Dynamic filter with different filters in single Dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello Everyone,
I am currently working on a dashboard where we are implementing a dynamic content block. In this block, we have created a dropdown to pass year values, for example:
2020
2021
2022
2023
2024
2025
The dashboard contains multiple reports across three different tabs. These reports are based on different tables such as kb_knowledge, task, and cmdb_ci.
Most of the reports use filters based on sys_created_on (between), while some reports use sys_updated_on, and a few have other date-related filters.
Initially, I was planning to group the reports tab-wise and apply separate filters for each tab accordingly. However, based on the client’s dashboard design and layout, the reports are mixed across different tabs with varying tables and filter conditions.
I would appreciate your guidance on whether there is any recommended or possible approach to handle such a scenario effectively and achieve the desired filtering behavior.
Thank you in advance for your support and suggestions.
Thanks,
Atik