Hi Team,
On the below mentioned screenshot, when i click on any of the protocol its related element should be highlighted.
And the trucks, elements and protocol are coming from GQI, i'm able to filter elements based on the click of protocol, but i want all the elements as it is and only highlighted the elements which belongs to protocol.
Is it possible to do that
Hi,
There are a couple of ways to achieve this, but both options might take around an hour to set up and involve refetching data. These approaches would add an extra column to your query results, which would indicate whether an entry is a "match" or not. You could then use this column in your grid templates to customize the UI based on whether an element matches the selection.
However, this setup involves some effort and requires round trips to the DMA, so it's not ideal for a common use case like this. We’re considering improvements in LCA to make this process simpler and more performance-friendly in the future.
Alternatively, you could use the query filter component. While it offers less flexibility for UI customization, it achieves the same functional result and is much quicker to set up:
If the query filter doesn’t meet your needs and you’d like to try one of the more detailed methods to address your exact use case, feel free to contact us at support.data-exploration@skyline.be. We’ll be happy to assist you further.