Problem Note 30989: A zero count is returned after manually changing the values in a multi-select node
The multi-select properties in a SAS® Campaign Studio multi-select node allow you to choose fields which are to be included. Once a field is selected, you can then choose which values of that field are to be used when building the query from the Select Values dialog box.
If the field has an asscoiated list of values, then these are presented and you can select which are required. If no list is present, then you can enter individual values to create a list.
Once it is accepted, the application then returns to the Multi-select Properties dialog box and enables you to select more fields and generate counts. A certain set of circumstances, however, causes a zero count to be produced when, in fact, the count is not zero.
If after creating a list of values, the multi-select node is closed and re-opened and you change the values of the selection list in the Multi-select Properties dialog box rather than in the Select Values dialog box, then the counts will be returned as zero.
This is because the underlying SQL will change from:
WHERE FIELDNAME IN ('choice1','choice2','choice3')
to:
WHERE FIELDNAME = 'choice1,choice2,choice3,choice4'
To work around this problem, change the list values in the Select Values dialog box and not in the Multi-select Properties dialog box.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Campaign Studio | Microsoft® Windows® for x64 | 4.4 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows 2000 Advanced Server | 4.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 4.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 4.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 4.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 4.4 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 4.4 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.4 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 4.4 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 4.4 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Windows Vista | 4.4 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2008-02-26 14:25:39 |
Date Created: | 2008-01-21 16:15:00 |