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
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