Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
OBIEE Presentation Variable To Dynamically Switch Filtered Column Values Based On Dashboard Prompt V
Summary
Unable to read value of presentation variable.Content
Hi All,
I am trying to follow steps in - http://obinsight.blogspot.com/2012/03/obiee11g-presentation-variable-to.html?_sm_au_=ijVJFGDTK8tnWr7S
on subject Area - "Workforce Performance - Performance Rating Real Time".
Step 1:I need to create a dashboard prompt which lists three static values and assign's a Presentation variable.
Values are - Business Unit, Grade, Gender
Code --
SELECT case when 0= 1 then "- Hierarchy"."Level 1 Department" else 'Business Unit' end FROM "Workforce Performance - Performance Rating Real Time"
union all
SELECT case when 0= 1 then "Grade"."Grade Name" else 'Grade' end FROM "Workforce Performance - Performance Rating Real Time"
Tagged:
0