Hi ALL.
Is it possible to hide unwanted columns that have relationships to other tables doesn't information for end client when displaying a panel or page ?
Big thanks for help.
Br.
Jarek
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 30th January 2024
Hi Jarek,
1: You can use the select operator in GQI to hide columns. Just toggle the columns you don't want to see.
2: You can also use the filter to show the columns you want in the table.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 30th January 2024
I want to add that option 1 is the recommended way to do so if you don’t need the info at all. It could speed up your queries and limits the data being sent to the client, while option two still fetches the data, but just doesn’t display it in the visualization. Option 2 is useful if you want to consume that hidden data as feeding capability, but just don’t want to bother users displaying it.