I have a table with data from GQI from multiple elements, as I'm using the data-source 'Get Parameters for elements where Protocol' is a specific protocol:
Now, I need to filter this table using a feed. But when I try to populate the feed (tree view on this case), I can't combine indices from multiple elements, only from one element is being displayed.
To build this feed, I dragged:
- Indices as Data
- Parameters from element (specific elements) as Filters
The dashboard allows me to drop multiple filters, but it is only considering one of them.
Is there a way to make this feed to take both filters and list options from different elements?
Only the first element is taken into account. This can indeed be improved. Feel free to create a task to address this issue.
As a temporary workaround for your use case, you could make use of the parameter feed.
It will take up more space on your dashboard, but it will at least be able to do the trick. Be aware that this will only filter your table on indices, it won't take the element into account:
When having 2 elements A and B that both have index X for the table in your query, both will appear even though you only selected index X from element B in the feed.