Show/Hide RS List Columns
- May 31, 2015
- 1 min read
ABSTRACT (by Federico Levis ) Category: RS
RS Tip: Show/Hide Optional RS List columns selection/deselecting them in a Prompt:
1. Goal
Select with a Prompt if optional List Columns will be Visible or Hidden:

2. RS Implementation Steps
Add a Value prompt with parameter=VisCol and the Static Choices to select the possible Columns. In this example:

For each Optional Column:
Add a Boolean Variable, true when the relativa column is selected in the Prompt
e.g bVisCol: ParamValue('VisCol') contains 'ColYear'
Set it as Style Variable of the relative List Column
With the Conditionla Explorer Set BlockType=none associated to the No value

Comments