G
Guest
i have a report with 2 sorts and 2 footers.
i need to count unique values over the whole group.
i can use a text box control to =1 and sum over group option, however, i am
only interested in the very last entry that method produces.
I do not want to use report footer because that will be used for the report
totals.
I need a way to count unique values from a sort footer. Any ideas?
here is the way data comes over...
customer_id order_id revenue
ABC 123 $50
ABC 123 $45
ABC 234 $35
ABC 234 $45
ABC 234 $55
ABC 345 $100
So i would need to show ABC had 3 orders that totaled $330.
Thanks
i need to count unique values over the whole group.
i can use a text box control to =1 and sum over group option, however, i am
only interested in the very last entry that method produces.
I do not want to use report footer because that will be used for the report
totals.
I need a way to count unique values from a sort footer. Any ideas?
here is the way data comes over...
customer_id order_id revenue
ABC 123 $50
ABC 123 $45
ABC 234 $35
ABC 234 $45
ABC 234 $55
ABC 345 $100
So i would need to show ABC had 3 orders that totaled $330.
Thanks