-1

I am building a report in SQL Server 2008 R2 using Report builder 3.0. I have a column group Called committee which has values Committee1, Committee2, Committee3. Column Group committee expands into three columns Person, Contact, Company.

Input to report is based on multiselect parameter.

Reference: show/hide columns in SSRS report 2012 based on Multiselect parameter

My requirement is if Committee 1 is selected from input, the report should show the column group committee not Committee2 and Committee3. I know how to show or hide columns based on input parameter but not for column group.

Please help.

Community
  • 1
  • 1
AnandhaSundari M
  • 1,098
  • 2
  • 10
  • 23

1 Answers1

0

Right click column->colmun visibility->Show or hide based on and expression Then write your show hide statement.