I have created element to fetch NDOX devices list and i grouped devices based on manufacturer names.
Based on grouping i got 10-12 groups with manufacturer names. I have added these group names into dashboard gridview. I want make these items(manufacturer names) as clickable and when i click display some elements data.
Hi,
Is it an option to filter information from a table based on the selection in the grid component?
See a similar use case in this question. Instead of using a GQI query displaying information from elements, you could use the data source 'Get parameters for elements where' to show information from parameters.
Hope it helps.
Hi Niranjan,
To display the list of elements per device, you can create another GQI query that contain all the elements (without grouping). You can use as filter the item selected in the grid component.
Hint: Before to create the GQI query that will list the element, make sure that you select an item in the grid component. In that way, when adding the filter, you can select the grid component.
Let me know if it works.
Thanks, I will try this approach and update you.
Thanks for the reply,
Here i have created element to get devices and getting 202 devices, again grouping devices based on manufacturer then i got 12-15 groups.
I have placed these groups in to dashboard as grid view.
My next task is to make them as clickable to display devices which belongs to the group in a table