Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 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
RSUM

Hi
I am trying to create a report as the one in the image below, revenue week over week by region, if we notice the revenue is running sum.
Now if I create it and show it by week as the image below it works fine
The minute I add region or product the numbers start to not make sense. the question is how come? thank you .
Answers
-
Hi,
Your numbers seem to make sense, just in a different way
APAC FYW40 = 14,614 USD & RSUM: 14,614
EMEA FYW40 = 41,946 USD & RSUM: 56,560 = 14,614+41,946
So the RSUM is doing the sum by region first and then jumping back to fiscal week.
To keep the RSUM inside the region week by week (so each region restart from 0 and the RSUM sum only week after week of the same region) you can edit the RSUM formula to fix the level by adding a "by <region>" (where <region> is the reference to your column, for example: RSUM("Revenue Metrics"."Revenue" by "Geography"."Region") )
0 -
Thanks @Gianni Ceresa
I tried that but it did not work...do I have it wrong? here is the image of my formula
But then I ended up with this
0 -
The good new is the formula looks good, the bad news is that your analysis/model is weird
As you can see with a normal model and a normal analysis it just works fine. As yours isn't working at all ... there must be something weird...
Can you look at the generated query (logical and physical) to find out what's going wrong?
0 -
I redid it from the beginning and it worked, thank you @Gianni Ceresa
0