Is there any option to hide few columns of the table widget conditionally?
I have flag kind of column in the dataset which has bool value, based on this the columns in the table widget should show or hide
Is there any option to hide few columns of the table widget conditionally?
I have flag kind of column in the dataset which has bool value, based on this the columns in the table widget should show or hide
Hi @Sharmili -
Currently you can’t show hide values conditionally in a single table. However, a typical approach for this scenario is to use free form layout where you can overlay visuals. You could create 2 (or however many you want) table visuals - one with the hidden fields and one without for example. You can then put a show/hide rule on the table visual based upon a drop down or radio selector.