Hi , I am using OBIEE 12.2.1.2.0
I would like to know if there is a way where I can show a different column in a pivot table based on my prompt selection.
Kr, Matija
Sure, CASE WHEN <condition> THEN your-column-A WHEN <condition> THEN your-column-B END.
Just use a presentation variable you set in your dashboard prompt for the condition.
What Gianni said or have you already looked at the out-of-the-box column selector?