I have a gqi datasource that I'm using to display a table.
Once I've done that grouping I don't need to see that column anymore on the dashboard, what's the best way of hiding then that column, but still keep the grouping on that column?
Hi Tim,
When you want to hide columns in your table, but still need them returned from your query, you can use the 'filter' (orange funnel icon) input on the component to decide what columns to show. In your case you can add all query columns except the grouped column to that input to get the desired result.
Hi Tim,
You can do the same action as you did with the grouping, but now for the filter. Using the filter, you can select only the relevant columns that you would like to show in the table.
Kind Regards,
Jarno