Dashboard Interactive Filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 01:26 AM
Use Case:
I have an Interactive Filter based from a table's category field.
I want to get the value of that interactive filter every time it changes.
Sample:
Interactive Filter:
All
Fruits
Vegetables
So, when the selected value in the interactive filter changes to Fruits, I want to fetch that value every time it changes.
Is this possible?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:01 AM
No, it isn't. And what would it help you with if you did have it? It's a filter that can be set by anyone that has access to it on the dashboard. What is your usecase? Why would you want it?
By the way: nice keeping the healthy groceries as examples 😉
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:22 AM - edited 07-24-2024 02:23 AM
Use Case:
I have a dashboard with an interactive filter, report widget and an iframe widget.
The report widget is following the interactive filter but the iframe is not.
What's inside the iframe?
inside the iframe is a widget using chartjs displaying bar chart since there is some logic behind to display the correct data and servicenow report cant do that.
So, I want to get the value of the interactive filter so that i can fetch it in the widget to follow the interactive filter.
That's the use case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 03:32 AM
Then, unfortunately, the message stays the same: you can't get interactive filters to work in iframes.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark