I have a cell in my report that has the following statement
Is it possible to get a sum of the values at the end of the report from the above statement? If so, how?
Thanks.
Code:
Switch(Sum(Fields!Baskets.Value) >= 1 and Sum(Fields!Baskets.Value) <= 59,1,Sum(Fields!Baskets.Value) >= 60 and Sum(Fields!Baskets.Value) <= 108 ,2)
Thanks.