I have a situation where I need to differentiate between an actual net difference (using numerics from 2 tables)of zero vs. a null value showing as zero in the cross tab. Using Crystal 8.5 here is data for my NetDiff Cross tab report:
Row= Item, Column=Shipweek, Summarized field = CurrentInventory - CurrentCommittedtoCust
Record Selection based on Summarized Field to track RedLevel of Inventory.
Table1: CURRENTINVENTORY:
Item 07/22 07/29 08/05
TearDrops 6 22 20
Table2: CURRENTCOMMITTEDtoCUST:
Item 07/22 07/29 08/05
TearDrops 1 0 23
My Cross Tab Output WITH Record Selection of Netdiff<=6
NetDiff Crosstab report output:
Item 07/22 07/29 08/05
TearDrops 5 0 -3
The week 7/29 is a zero because it is null, but the enduser would be interpreting that we are at a critical level. Is there a way to flag this null within this crosstab?!!!
Thank you in advance for your help.
Cindy
Row= Item, Column=Shipweek, Summarized field = CurrentInventory - CurrentCommittedtoCust
Record Selection based on Summarized Field to track RedLevel of Inventory.
Table1: CURRENTINVENTORY:
Item 07/22 07/29 08/05
TearDrops 6 22 20
Table2: CURRENTCOMMITTEDtoCUST:
Item 07/22 07/29 08/05
TearDrops 1 0 23
My Cross Tab Output WITH Record Selection of Netdiff<=6
NetDiff Crosstab report output:
Item 07/22 07/29 08/05
TearDrops 5 0 -3
The week 7/29 is a zero because it is null, but the enduser would be interpreting that we are at a critical level. Is there a way to flag this null within this crosstab?!!!
Thank you in advance for your help.
Cindy