Hi friends,
Im in obiee 11.1.1.7.150120. I need to hide a column in the report based upon the presentation variable value from the prompt. Hence for that i created one dummy column in the BMM layer named as None with a value like ''

After that i dragged that column None in my presentation layer and used in my analysis with the below property setting

Now if i use that column None in my analysis for the other columns in my analysis under the edit formula like below means,

So if u take in my above case, if my presentation variable p_c1 returns null then it has to take the column "none"."none" which is nothing like this columns needs to hide. But the problem is if i dint select any value in my prompt, then the presentation variable is returning 0 and not null and because of that my column is not hiding in the report.
I referred the below link for doing this hide option activity
OBIEE in IL: OBIEE - Selecting columns dynamically - part4, working with and selecting none
Not sure how i can make my presentation variable to return null if i dint select any value in my prompt(that is referred with my presentation variable) inorder for my column to hide.
Thanks in advance.
Regards,
Saro