Can an Interactive Filter Input to a Dynamic Filter that calls a Script Include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 04:00 PM - edited 04-20-2023 04:27 PM
Hi guys, bit of a complex one here!
I have a dashboard with multiple reports on it that are all following an interactive filter.
So the user selects an Entity (sn_grc_profile) and all the reports underneath are filtered to show only things associated to that entity.
Now what I want to do is have a Dynamic Javascript Filter report that will also take the Interactive Filter record as input. That Dynamic Javascript Filter will call a Script Include to return a list of sys_ids.
Generally if I was calling a Script Include, I would use "current" to reference the existing record, but for this because the record is being chosen by the Interactive Filter, I am not sure what to use.
Summary:
Interactive Filter to provide the 'current' Entity record for a Dynamic Javascript Filter that calls a Script Include to return list of sys_ids (downstream controls, risks).
Let me know if you got any questions and thanks for reading!