Forum Discussion
db_pdx
5 hours agoValued Contributor
Hi NitishKrishB: this can be achieved with standard header formats and a simple conditional logic check.
In the variance column of your cube view > Header Format:
If (|!YourComboBoxParameter!| = 'Summary View') Then
IsColumnVisible = False
End If
Related Content
- 3 years ago
- 4 years ago
- 4 years ago