Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
In Properties panel , "Display As" should have one more option "Running Sum".

In Properties panel , "Display As" should have one more option "Running Sum". It will help in creating additional calculations.
Most of the time, it will help is Display of "Aggregating Sum values" and display them as "Running Sum".
This is already available in OBIEE classic.
Comments
-
Is using RSUM as a calc in this scenario a reasonable work around?
0 -
Not always. It is faster to sum in a column with row by row instead of performing multiple calculations.
It needs some extra work and also noticed performance in additional calculations in below scenarios.
- Count Distinct and display as Running Sum is faster than RSUM ( Count (distinct XYZ))
- Sum the Values by specific ID and display as Running Sum is faster than RSUM ( Sum XYZ by XXXX)
Many times, I noticed in OBIEE, display is Runnign Sum gave correct values but RSUM gave some wrong values. To match values , I need to modify expression which took much time.
1 -
@Rajakumar Burra I understand your point and I like your idea (I was about submitting something similar).
@Bret Grinslade - Oracle Analytics-Oracle : Using RSUM as a calculation is a reasonable workaround when you have to do it only once (1 column in 1 workbook). But I would prefer a better approach for when I have to do it for 3-4 measures and multiple workbooks.
IMO it makes sense to include running aggregate functions to the Aggregation Method property rather than to Display As. Moreover, running aggregate options should be included when you right-click on a measure in the grammar panel, so you don't have to switch back and forth to the Properties panel.
0