IBK
3 months agoNew Contributor III
Dynamically controlling the columns that are to be shown in the sql table editor
Hello,
We have a View Selection screen with users selecting the columns and the order they want to see as we have a total of 136 columns to choose from. This should happen on the 1st tab of...
- 3 months ago
You can use an XFBR Business Rule on the Column Format:
The XFBR string can take other parameters which you then process to create the format string that you would usually see here. To hide a column you can return:
IsVisible = False
I suppose you could save the column selections in a parameter on the 1st tab and read them on the second.