Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 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
How to calculate Activity Amount up to date for multiple months to show the trend

Hi Community,
I’m working on calculating the cumulative activity amount for each month. For example, for November 2024, it should sum the activity amounts from the beginning of the period up to November 2024, and similarly for each subsequent month.
I need to show a trend analysis similar to the example below, so I require the cumulative activity aggregation for each month up to date.
Best Answer
-
Hi Vrinda,
Thank you for joining the community and providing specifics on your request. It's helping.
The metric you need is named a "Running Aggregate", it's running a sum based on previous months.
You will need to create a new calculation and do a RSUM(Activity Amount).
Then you can just put it into your canvas and voila:
0