Interactive Filter Not working

drslry2
Tera Contributor

Hi Gurus

I created an Interactive Filter (Choice List) off the cmdb_ci_appl table, its defined as follows:

drslry2_0-1709217046732.png

However it's not working.....

 

drslry2_2-1709217175028.png

Even though the 'Follow interactive filter' box is checked...

drslry2_3-1709217253746.png

Let me know if you have an idea why its not working.

thanks,
Rob

 

2 ACCEPTED SOLUTIONS

Mark Manders
Mega Patron

Is that list indeed from the cmdb_ci_appl table? Business application come from the cmdb_ci_business_app table, so it could be referencing the wrong table.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

AndersBGS
Tera Patron
Tera Patron

Hi @drslry2 

 

as far as I can see, the interactive filter is created based on the applications table "cmdb_ci_appl", but the report refer to "cmdb_ci_business_app" Business application table. If this is correct, then this is the error. You need to have them on the same table. 

 

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

6 REPLIES 6

AndersBGS
Tera Patron
Tera Patron

Hi @drslry2 

 

as far as I can see, the interactive filter is created based on the applications table "cmdb_ci_appl", but the report refer to "cmdb_ci_business_app" Business application table. If this is correct, then this is the error. You need to have them on the same table. 

 

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/

drslry2
Tera Contributor

Thanks for the great feedback!  I appreciate the quick and helpful responses!