for some reason I am struggling to create a way to filter one specific row in my data. My data has about 100 lines but one is skewing everything else. I would like the user to be able to filter this one out from a dashboard prompt.
I create a session variable, radio button, custom values 'Yes' and 'No', with default selection on 'No'.
I was then going to do a CASE WHEN on the row identifier and simply rename this identifier if "Yes" is selected. But the problem is that my session variable is not accepted by OBIEE, I get a error:
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27045] Nonexistent column: "Yes".
Please have your System Administrator look at the log for more details on this error. (HY000)
From a dashboard prompt, how do I create a 'Yes' and 'No' variable that I can then use in the analysis?
Thanks,
Yann