How to show limited values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 09:54 PM
Hi All,
On Incident form we have two Choice fields Service and TM, those are having no dependence. Populating TM values based off below custom table SERVICE DETAILS from Client Script as per requiremnet..
Request : We would like to create a Dashboard for TM values.
Kindly help me how to display WIN service related TM values (WIN 2005, 2011,2012) only in DASHBOARD. should not display all other values.
DASHBOARD INDICATOR
DASHBOARD : here it is showing all other TM values , it should not show. How to control them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 10:29 AM
Hi @Supriya25 ,
If you want your dashboard to display only the records where the service is 'WIN' and the TN is either 'WIN 2005,' 'WIN 2011,' or 'WIN 2012,' you can add these conditions in the 'Additional condition' section of your dashboard indicator.
Service is WIN
AND
TM is WIN 2005
OR
TM is WIN 2011
OR
TM is WIN 2012
If my response helped, please mark it correct and close the thread so that it benefits future readers.
Moin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 11:15 AM
Hi Moin,
I hope it will works only when do we have less number of TM's.
if I have more than 30-40 for Service "WIN". how can we encounter this case. ??? Can we use Script Include in filter condition?
TM - is one of - script-Include ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 11:35 AM - edited 10-19-2024 11:38 AM
Hi @Supriya25 ,
If you have 30-40 or more items, you can use the 'is one of' operator directly provide all name with comma separated.
OR
Yes, you can write script include and call it with is one of operator.
Use this way to call script include -
javascript: new ScriptIncludeName().functionName()
Refer to the image below for reference.
Hope this help you.
Regards
Moin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 06:21 AM
Unfortunately solution not working