I am using CR XI R2. I have a stacked bar chart that is setup as follows:
On Change of: Field A
Show Values: Field X, Field Y, Field Z
When you use the On Change Of option, your values have to be some sort of Summary operation (defaults to Sum). I want to chart the values of the last record in the group. Is this possible? If so, how? Here's some example data to further illustrate what I am looking to do...
Field A Field X Field Y Field Z
ABC 20 30 10
ABC 15 10 23
ABC 17 17 17
DEF 12 10 8
DEF 23 12 19
For ABC, I want to chart the values from the 3rd record (17, 17, 17) and for DEF I want the last record (23, 12, 19).
Any help would be greatly appreciated. Thanks...
On Change of: Field A
Show Values: Field X, Field Y, Field Z
When you use the On Change Of option, your values have to be some sort of Summary operation (defaults to Sum). I want to chart the values of the last record in the group. Is this possible? If so, how? Here's some example data to further illustrate what I am looking to do...
Field A Field X Field Y Field Z
ABC 20 30 10
ABC 15 10 23
ABC 17 17 17
DEF 12 10 8
DEF 23 12 19
For ABC, I want to chart the values from the 3rd record (17, 17, 17) and for DEF I want the last record (23, 12, 19).
Any help would be greatly appreciated. Thanks...