Hi i am creating a report using SSRS and i am getting value for this report from a store procedure; now i'd like to create a parameter which should have only YES and NO values in the drop down list. Base on this value when i should select YES i want a new column to be added inside the report with data and when i should select NO that column should disappear.
how can i achieve that?