How to summarize rows in a Data Set without using the Data Cude [message #985899] |
Fri, 16 November 2012 10:44  |
Eclipse User |
|
|
|
Hi,
need you help again...
The problem: I need to summarize rows in a Data Set without using the Data Cude.
Example:
suppose I have a Data Set which returns a Customer ID, Bank and corresponding Revenue. So that it looks like this:
ID-----Bank----Revenue
01-------X-------0,5
01-------Y-------0,6
02-------X-------0,5
02-------Y-------0,6
02-------Z-------0,7
...
What I need is to summarize the Revenue for each Customer ID. So that it looks like that:
ID-----Total_Revenue
01---------1,1
02---------1,8
...
Shell I make a Computed Column? But even if I manage to summarize properly for each ID, it will still look like that:
ID-----Bank----Revenue-----CC_Total_Revenue
01-------X-------0,5------------1,1
01-------Y-------0,6------------1,1
02-------X-------0,5------------1,8
02-------Y-------0,6------------1,8
02-------Z-------0,7------------1,8
which is not exactly what I need...
I also can not change the Query, as the mentioned Data Set is already a Join-Data-Set.
Hope you can help.
Thank you in advance.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.14793 seconds