Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 45 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
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
how to reset data dynamically in dashboard prompts without clicking on reset button in obiee 12c?
Answers
-
Hi Gianni,
Agreed. But, I cannot use "Limit values by" option, as I have to apply certain other conditions in Prompts, which is only possible using "SQL Results".
Is it possible to use these other conditions elsewhere or somewhere in rpd, so that I could use "Limit By" option in prompt and problem could be solved?
SQL result query:
SELECT "delivery health report"."Master Mappings"."Product Name" s_1 FROM "delivery health report" WHERE (("Master Mappings"."Reporting" ='Yes') AND ("Master Mappings"."Lob" IN (@{pv_lob}['@']{'na'}) or '@{pv_lob}' = '') AND (("Master Mappings"."Effective Date" IN (SELECT max("Master Mappings"."Effective Date") FROM "delivery health report" FETCH FIRST 65001 ROWS ONLY)))) FETCH FIRST 65001 ROWS ONLY
0