I have a detail section with a running total for DEPT A sales by week. This works fine using a parameter for the {?Department}. It looks like this
DEPT A
3
6
11
.
I am having trouble once I change it to a multi-select parameter. I want to be able to select DEPT A and DEPT B and have the report show running totals by dept:
DEPT A DEPT B
3 1
6 7
11 12
. .
Do I need separate selection formulas for each field?
DEPT A
3
6
11
.
I am having trouble once I change it to a multi-select parameter. I want to be able to select DEPT A and DEPT B and have the report show running totals by dept:
DEPT A DEPT B
3 1
6 7
11 12
. .
Do I need separate selection formulas for each field?