Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Max Date in Time Hierarchy in OBIEE 11g

We have one requirement where if user selects year in dashboard time prompt then he should see max date data from the data available in fact table for that particular year.Similarly if he drills down to qtr,month then he should see max date data of that particular level. This is not max date of the month,qtr and year, it should be max date of data available in fact table for every level.
Please let me know how to implement this.
Answers
-
Take a look at implementing a logical version of your measure using the aggr rule of LAST()
0