Unable to get multiple target tables to work with Interactive Cascading Filter on a dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2025 04:29 PM
Team,
I have created a dashboard for Major Incident Management so an end user can select a specific major case with an interactive cascading filter and have the related reports show all the child cases for that specific case.
Reports such as;
- Short Description of major case (list report - single field) **
- All child cases (list report)
- Total child cases (counter)
- Open child cases (counter)
- Resolved child cases (counter)
- Total child cases (map display - showing count by state)
- Open child cases (map display - showing count by state)
** I could not get the report to read directly from the major case, so the report display's the short description of the parent case for all child cases.
The Setup: Major View 1
- Interactive Cascading Filter (Select Major Case).
- Level 1 - Select State
- Table: [sn_customerservice_case]
- Display field: State
- Filters:
- Major case state is Accepted AND
- Opened relative after 1 months ago
- Target Tables:
- Target table: [sn_customerservice_case]
- Field: Parent.State
- Level 2 - Select Number
- Table: [sn_customerservice_case]
- Display field: Number
- Filters:
- Major case state is Accepted AND
- Opened relative after 1 months ago
- Target Tables:
- Target table: [sn_customerservice_case]
- Field: Parent
- Level 1 - Select State
- Report - Child cases (list report)
- Source (type = table): [sn_customerservice_case]
- Filters:
- Parent.Case.Major case state is Accepted AND
- Opened relative after 1 months ago AND
The Setup: Major View 2
- Interactive Cascading Filter (Select Major Case).
- Level 1 - Select State
- Table: [sn_customerservice_case]
- Display field: State
- Filters:
- Major case state is Accepted AND
- Opened relative after 1 months ago
- Target Tables:
- Target table: [incident]
- Field: Parent.Parent.State
- Level 2 - Select Number
- Table: [sn_customerservice_case]
- Display field: Number
- Filters:
- Major case state is Accepted AND
- Opened relative after 1 months ago
- Target Tables:
- Target table: [incident]
- Field: Parent.Parent
- Level 1 - Select State
- Report - Vendor Incidents (list report)
- Source (type = table): [incident]
- Filters:
- Parent.Parent.Case.Major case state is Accepted AND
- Opened relative after 1 months ago AND
Issues I am having.
1 - the reason I have had to display child case reports ("Report - Child cases (list report)") and vendor incident reports ("Report - Vendor Incidents (list report)") on 2x separate tabs (Major View 1 and Major View 2) is because I cannot get both reports working with 1x cascading filter.
I have tried to add a second target table to the level 1 and level 2 filters to filter against the parent.parent fields of the vendor incident reports, but when I do it does not work.
2 - I could not get the "Short Description" report to display the "short description" field directly.
The current short description report displays the "short description" field, of the parent record, for ALL child cases selected by the cascading filter.
Report - Short Description (list report)
- Source (type = table)" [sn_customerservice_case]
- Filters:
- Parent.Case.Major case state is Accepted AND
- Opened relative after 1 months ago AND
I would prefer it display the "short description" of the major case selected in the cascading filter, such as;
Report - Short Description of Major Case (list report)
- Source (type = table)" [sn_customerservice_case]
- Filters:
- Major case state is Accepted AND
- Opened relative after 1 months ago AND
But this would require additional level 1 and level 2 target tables, such as below, however, any time I add a second target table to the filter, it breaks the reports (either the new or existing reports fail to work).
- Level 1
- Target Tables:
- Target table: [sn_customerservice_case]
- Field: State
- Target Tables:
- Level 1
- Target Tables:
- Target table: [sn_customerservice_case]
- Field: Number
- Target Tables:
So if someone can explain how to use 1x interactive cascading filter against multiple tables, that would be appreciated.
regards
Michael Gruber