Hi, need some help.
I'm new to Crystal Report 8.0.
I'm trying to create a crosstab report and have the option of selecting the desire city and display the respective amount.
I've no problem creating a crosstab report which contains all records.
-------------------------------------------
CityA CityB CityC Total
Product A 5 1 2 8
Product B 3 7 3 13
Product C 4 4 4 12
-------------------------------------------
I'm trying to create a parameter that achieve the following results:
-------------------------------------------
CityA CityB Total
Product A 5 1 6
Product B 3 7 10
Product C 4 4 8
-------------------------------------------
I've managed to create a parameter (discrete, multiple values). But when I tried to create the formula, it always gives me the error "This array must be subscripted. For example: Array"
Can anyone please kindly help? Thanks!
I'm new to Crystal Report 8.0.
I'm trying to create a crosstab report and have the option of selecting the desire city and display the respective amount.
I've no problem creating a crosstab report which contains all records.
-------------------------------------------
CityA CityB CityC Total
Product A 5 1 2 8
Product B 3 7 3 13
Product C 4 4 4 12
-------------------------------------------
I'm trying to create a parameter that achieve the following results:
-------------------------------------------
CityA CityB Total
Product A 5 1 6
Product B 3 7 10
Product C 4 4 8
-------------------------------------------
I've managed to create a parameter (discrete, multiple values). But when I tried to create the formula, it always gives me the error "This array must be subscripted. For example: Array"
Can anyone please kindly help? Thanks!