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
Creating YTD Calculation in Analysis Report

Good Day Expert,
How can I create a YTD column?
I want to get the total quantity from the current year up to current date but I can't seem to build it correctly.
This is the field that I want to have the YTD:
- SUM("quantity")
Let me know if you need further details.
Thank you.
Answers
-
-
You’ll need to create these in your repository. You’ll also need a well formed time dimension that has hierarchy defined.
Take a look at @Gianni Ceresa‘s blog for some ideas .
https://gianniceresa.com/2017/01/time-series-functions-why-how-what-where-obiee/
Also, this blog describes how to use the TODATE function for YTD calculations: https://gerardnico.com/dat/obiee/obis/logical_sql/function_time
0 -
Beaten by @Christian Berg! Great minds think alike... (so they say)
0 -
Thank you for your inputs Sirs!
0