Hi all,
I got a requirement for a report with layout like this:
Range of Amount | Amount | Count |
---|---|---|
0 - 1000 | Total of data rows with amount between 0 - 1000 | Count of data rows with amount between 0 - 1000 |
1000 - 2000 | ||
2001 - 5000 | ||
5001 - 10000 | ||
>10000 |
Is this possible to do in BEx, or do I need to model the data to suit this requirement?
Thank you.