SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 16310: Select node counts reset after executing a subsequent node

DetailsHotfixAboutRate It
Select node counts may reset to zero (or a very low value) when a
subsequent node such as a cell or split node is executed in a diagram
within SAS Campaign Studio.

No errors will appear in the logs however the sql may
contain an unnecessary sum function such as the following:

   sum(table0.Subject_Field_Name) = Value

rather than the expected sql of:

   table0.Subject_Field_Name = Value

This can occur when the database field associated with the Subject ID
field is a numeric data item and the information map classification
format has the default value of measure instead of the correct value of
category.

To rectify the problem change the classification format to category for
the Subject ID data item within the Information Map.


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Campaign StudioMicrosoft Windows Server 2003 Standard Edition4.39.1 TS1M3 SP3
Microsoft Windows XP Professional4.39.1 TS1M3 SP3
Microsoft Windows Server 2003 Enterprise Edition4.39.1 TS1M3 SP3
Microsoft Windows Server 2003 Datacenter Edition4.39.1 TS1M3 SP3
Microsoft Windows 2000 Server4.39.1 TS1M3 SP3
Microsoft Windows 2000 Advanced Server4.39.1 TS1M3 SP3
Microsoft Windows 2000 Datacenter Server4.39.1 TS1M3 SP3
Microsoft Windows 2000 Professional4.39.1 TS1M3 SP3
* 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.