I have a visual that shows me the different interfaces of my switch. Is it possible when a user clicks on the visual on a button that the interfaces tables opens on my element card filtered on that specific interface?
It's currently not possible to pass a filter to a data display page's table in any form.
However, may I ask what the use case is exactly? Since there are several other ways in Visual Overview itself in which this can be done.
From the use case described in the comment, I'd propose to do either of the following:
- Use the NewCardVariable setvar to open the element and directly pass the filter in a variable to the relevant table, which you are showing in your Visual Overview.
- Use a popup or some other page navigation within your initial resource to do the same thing, but within the resource card context.
I recently had a similar case where the goal was to navigate from the view assigned to a service created by a reservation, to a different view where the customer added information directly from the main element (and even other elements).
It’s not exactly navigating to the element itself, but the view has tables filtered with the name of the resource assigned to the booking. Maybe you can use that approach too.
The end goal is to navigate from my function resource, which shows only a few KPIs, to the related data table on my element, which shows much more info