is it possible to hide the column of the table if there is no value to show in UI of LCA? Im using GQI to fill the data in table. Capture_hideCOlumn.PNG
Hi,
You can use the Select operator (docs), which allows you to choose the columns that should be returned (and visualized) by GQI.
No, using the select would be static. However, table templates allow you to dynamically style a column based on a condition. You could use this to conditionally change the content of one (or more) columns (KATA: https://www.youtube.com/watch?v=M3lQ3JqAfF0&list=PLFb70A6JV6vi-sIPfSOrT0-TBlzdVNrTJ).
The table is dynamic. Based on condition the columns value will be populated, so the select column will be conditional?