Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE YTD difference calculation

Version: Oracle Business Intelligence 12.2.1.3.0
Hello Board,
What would be the easiest way (formula) to calculate YTD difference from last year? is there an easy way to do this in the criteria tab?
thanks,
Cameron
Answers
-
Time series functions and properly formed time dimensions:
https://gerardnico.com/dat/obiee/obis/logical_sql/function_time
https://gianniceresa.com/2017/01/time-series-functions-why-how-what-where-obiee/
0 -
Thanks!
0 -
Does this answer you question? You really shouldn't try to create weird functions yourself in the criteria tab like doing FILTER("Measure" USING YEAR("Date")-1) or other atrocities like that. That's garbage hacking of the worst sort and sadly extremely common.
0