How can I create interactive dashboard cards to filter a single report by status in Decisions?
I want to add cards to my dashboard that show counts for "current," "warning," and "fatal" errands/entities. When a card is clicked, it should filter a single report by that status (similar to the inbox view). I’d like to avoid creating separate reports for each status and just use filters. How can I achieve this?
Comments
-
Hello,
You can achieve this by using Rule Filters and interactive tiles to filter a single report dynamically:
Resolution Steps:
- In your report, add a Rule Filter and define logic for each status (e.g., "Change Date is expired OR End Date is expired" for 'fatal').
- Make the filter runtime-editable so dashboard cards can pass filter values.
- Use Form Tiles or Flow Run Parts as your dashboard cards, and configure their click event to set the report filter parameter.
- For a responsive layout, use Flex Layout in the Form/Page Designer and set card controls to flexible sizing.
Hope this helps!
Relevant Documentation:
Flex Layout - https://documentation.decisions.com/docs/flex-layout
Form Tiles - https://documentation.decisions.com/docs/form-tiles
Rule Filter on Report - https://documentation.decisions.com/docs/rule-filter-report
Report Filter Glossary (OR logic) - https://documentation.decisions.com/docs/report-filter-glossary