Categories
- All Categories
- Oracle Analytics Learning Hub
- 20 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
Case in text box in obiee
mmajdana1
Rank 6 - Analytics & AI Lead
Hello, I am using OBIEE12c
In text box on Dashboard I placed a thing like this
Year: @P_YEAR (which is a presentation variable i put my prompt in)
So I can show which year i chosed in prompts,
but when i dont choose anything it says Year: @P_YEAR
What i want to do is if i dont chose year it should give me Year:
How can i do that??
Can i make some case statement or something like that??
0
Answers
-
Hi,
put a default on your value in the place you are presenting it; @{P_Year}{WhatEverYouWantHere} then the user will see the default when it is not populated
0