Oracle and CR11
I have 1 group on {PRODUCT} and 10 formulas
If account = x then STOCK,
If account = y then WIP, etc.
The formulas are summed by group.
I also have a formula TOTAL
which takes the SUM{STOCK}+SUM{WIP}+, etc.
I want to suppress the GF1 where {@TOTAL} = 0
This doesn't work - I still get the zero lines.
I tried using a variable:
WhilePrintingRecords;
NumberVar TOT := SUM{STOCK}+SUM{WIP}+, etc.
and then suppressing if this formula = 0 but I still get the zero lines.
Must be missing something....
I have 1 group on {PRODUCT} and 10 formulas
If account = x then STOCK,
If account = y then WIP, etc.
The formulas are summed by group.
I also have a formula TOTAL
which takes the SUM{STOCK}+SUM{WIP}+, etc.
I want to suppress the GF1 where {@TOTAL} = 0
This doesn't work - I still get the zero lines.
I tried using a variable:
WhilePrintingRecords;
NumberVar TOT := SUM{STOCK}+SUM{WIP}+, etc.
and then suppressing if this formula = 0 but I still get the zero lines.
Must be missing something....