Hi!
I'm currently evaluating CR11 and just try to build some report examples
with it. I'm currently stuck when it comes to using aggregates (like SUM)
Let's say there's a table like the following:
Object Issue Region Name Sales
1 200500005 1 MyExampleName 123456
1 200500005 2 MyExampleName 12345
2 200500005 1 Example2 234567
2 200500005 2 Example2 23456
Now i want the report to show
1 MyExampleName 135801
2 Example2 258023
So, no grouping or whatever, just the plain numbers are to be shown.
Can anyone please give me a hint how to achieve this?
Thanks in advance,
Jens