Categories
- All Categories
- Oracle Analytics Learning Hub
- 29 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 237 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to constrain fiscal period based on fiscal year in BI 11g prompts?
Hi ,
i am working on OBIEE 11g . I have requirement to constrain fiscal period based on fiscal year . i was able to constrain all the fiscal year based on previous prompts because those were on different presentation tables but fiscal year and fiscal period are on same presentation table .
Answers
-
Hi,
Can't you just enable "Limit values by" and let OBIEE care about it? If the both come from the same table (you say presentation but I guess it's also the same logical table) OBIEE will filter the list of fiscal periods based on the value selected in the fiscal year prompt.
0 -
I tried that it filters fiscal period only until current fiscal year. i want fiscal period to be displayed for which there is data . Like if FY 2014 and Fiscal Period : 1 doesn't have data i don't want to display that fiscal period in my prompt.
0 -
Use SQL for that prompt to include specific metric in where clause like
select fiscalPeriod from TimeDim WHERE Metric>0
0
