Unable to apply interactive filter condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
HI TEAM,
I have a field called IT Leader in cmdb ci table the it leader field refers to sys_user table and condition applied as below
and for a dashboard interactive filter if i tried applying same condition for same field it is not displaying group user list help me how to achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @ARAVINDA11 ,
Can you share the ScreenShot of that Script Include.And also try that in the Background Script and verify that the sys_ids are coming properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @ARAVINDA11
your business requirement is not clear - what is it that you would like to do?
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
16m ago
Hi @ARAVINDA11 ,
Your script include returns a sys_id array, but your dashboard condition checks the value of the User ID field.
Just remove .User ID in your condition.
Instead of:
IT Leader.User ID - is one of - script include return
Replace with:
IT Leader - is one of - script include return
Or target the sys_id directly:
IT Leader.sys_id - is one of - script include return
Let me know if it works,
Marius