SAWB
Technical User
- Jan 11, 2001
- 26
I am trying to count the # of SKUs that have sales of over 36 pc. I have this formula in a group footer:
EvaluateAfter (Sum ({@Total}, {tItems.Size})) ; if Sum ({@Total}, {tItems.Size}) > 36 then 1 else 0
CR8 won't let me sum this formula.
Any ideas?
EvaluateAfter (Sum ({@Total}, {tItems.Size})) ; if Sum ({@Total}, {tItems.Size}) > 36 then 1 else 0
CR8 won't let me sum this formula.
Any ideas?