Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 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
