Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Case in text box in obiee

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