All,
I appreciate your help on the below OBIEE Analysis issue.
I have a table with two columns. Here are the sample values
COL1==COL2
1==A
1==B
0==C
0==D
I have two prompts in my dashboard based on above two table columns
First Prompt choice list shows
1
0
Now I would like make the second Prompt dependent on the first prompt only when 0 is selected in the first Prompt.
So
when First Prompt value is 0 THEN second prompt will show only values "C,D" in the choice list
when First Prompt value is 1 THEN second prompt will show all values "A,B,C,D" in the choice list
I was trying to use FILTER using expression, but looks like I may have to make COL2 as MEASURE in the RPD even though it is not.
Thank you for your help in advance.