Hello everyone,
I have a Dashboard with a Parameter Table showing a Table from a Protocol and a Feed to select the element to show in the Parameter Table.
Now I can Filter the table columns by right-clicking on the header, but every time I select a new Element in the Feed the filter is removed.
Is there a way, to make persisant column filters for this use case?
Best Regards,
Robert
Hello Robert,
I am also seeing the same behavior when applying filtering to a parameter table component. A solution to this issue is to recreate the same table using GQI. The resulting table has the same right-click filtering capabilities, but it retains the set filter when selecting new elements.
Below is a GIF showing a side-by-side comparison of a parameter table vs a GQI table (normal table component) using MS Platform elements with "C" drive filter as an example.
The dashboard shown in the example above can be found and deployed from the catalog at the following link if you are interested in taking a closer look at how the query was built: GQI Parameter Table Dashboard | Catalog (dataminer.services).
Regards,
Thomas
Hello Thomas,
this solved my issue. Thank you!
Best Regards,
Robert