I have a Parameter that allows multi-select. For example: P_GENDER.
The user can select - "M','F', 'All'
If the user selects 'All', then the report should show All
If the user selects 'M' and 'F', then the report should display M, F
I am not talking about the 'where' clause. I am asking - how to show the Parameters that the users have selected (as part of the header)