Interactive Filter Help

Ralton Stewart
Tera Guru

Community I need some assistance please.

We have a Dashboard that contains 2 SLA's 

1. Opened Cases

2. Closed Cases

 

I created an interactive filter (Boolean) made sure that the report has follow interactive filter checked, the issue is when I select All, True or False the numbers stay the same and I cannot work out how do get it to display correctly. The report themselves are accurate and are working as expected.

 

All i want is to be able to do is be able to toggle between the 2 different SLAs set for E365 versus non-E365

 

this is what the filter looks like

RaltonStewart_1-1706631509664.png

 

 

 

 

RaltonStewart_0-1706630801490.png

 

2 ACCEPTED SOLUTIONS

AndersBGS
Tera Patron
Tera Patron

Hi @Ralton Stewart ,

 

According to your description, you're trying to filter the SLA which lives in the table task_sla, but your interactive filter reference the sn_customerservice_case table? As far as I can see, this is not configured correctly. 

 

The reports "open pcr" and "closed pcr", which table are these reports based on? 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

@AndersBGS the PCR reports are on this table

RaltonStewart_0-1706699119792.png

 

View solution in original post

5 REPLIES 5

AndersBGS
Tera Patron
Tera Patron

Hi @Ralton Stewart ,

 

According to your description, you're trying to filter the SLA which lives in the table task_sla, but your interactive filter reference the sn_customerservice_case table? As far as I can see, this is not configured correctly. 

 

The reports "open pcr" and "closed pcr", which table are these reports based on? 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

@AndersBGS the PCR reports are on this table

RaltonStewart_0-1706699119792.png

 

All right, so the reason the interactive filter doesn't work is, that your interactive filter reference one table but reports are created based on other table. You need to create the interactive filter on the same table as the reports - if not, then it will not work.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

@AnderBGS Thank you