Hi all-
Another grouping issue.
I have a tablix with 5 groups, which works fine. The grouping is as follows:
Level1: Business
Level2: System
Level3: TrxTime
Level4: TrxType
Level5: (Details)
Due to a change in the bus. reqmts I need to add a sixth group, product, as a child of system. Adding the group is not a problem, however when I right click the group and select "Add Total" it adds 2 new rows, each of which is linked to the "System" group, not the "Product" group. In one of those rows it adds the default SUM calculations (=sum(Fields1.Total). In the other row it copies the expressions I put in for the System group (=sum(Fields1.Total, "System").
I delete one of these rows as it is not necessary. However, with the remaining row if I try and write an expression to sum by product (i.e. =sum(fields.total,"product") it give me the old "scope parameter is not valid" error.
Any idea where I am going wrong?
Bonediggler