I am trying to modify a table component. By default when I pull in a table for a selected query source, the table shows all the columns. I then need to modify the table to only show a few columns, followed by performing Group By operations to show aggregated numbers.
However, ReTool doesn't allow me to "select all" fields and make them hidden, so that I can then un-select the three columns I need to show.
I am forced to manually select all columns to hide them. Can we introduce a simple "select all" feature that allows me to select all columns at once, so that I can perform visual operations on them with a single click?
The workaround I do is to create distinct code components and create tables from them. But it would be easier to have a single code component, and have multiple tables/charts pulling in from the same code where I can select each features to show in each chart.
Thanks,
Mahesh S.
P.S.:- If this feature already exists and I've managed to miss it, please let me know.