Hello,
I have the following columns:
Acct Group Acct # Acct Name Code Unit Name Partner Name CustomerCode
I want to hide the columns based on specific requirements from the acct group field. For example, I only want to display the CustomerCode column when the Acct group equals "Accounts receivable". I am able to achieve by defining an if statement within the Field text box properties for Visibility: =iif(Fields!AcctGroup.Value <> "Accounts receivable", true, false)
When i try to hide based on the Column Visibility, column header, I am not able to acheive this.
In the end, I have these white spaces in page breaks.