- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 03:40 AM
I want to filter "Area / Subject / Expertise" field depending on the "Country for F.M.V calculation" field. So if I select for example "Albania" it should appear only relevant options in "Area / Subject / Expertise" field. How do I do that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 08:09 AM
Ok...the "country_for_fmv_calculation" is not Reference variable on catalog item....right...??
Can you try like below.....!!
javascript:'country.name=' + current.variables.country_for_fmv_calculation;
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 03:11 AM - edited 10-16-2023 03:13 AM
Hi @Jo_o Luis
As it's reference field, It will be difficult.
What I suggest is if possible, make the field type as "Lookup select box" & use "unique values only" option.
e.g.,
The screenshot below is just example...You can use your table & lookup value which you want to display.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 08:03 AM
Here it is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 08:09 AM
Ok...the "country_for_fmv_calculation" is not Reference variable on catalog item....right...??
Can you try like below.....!!
javascript:'country.name=' + current.variables.country_for_fmv_calculation;
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 08:22 AM
Nice! It works now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 02:49 AM
Do you know how can do to filter this dropdown and get one value of each Area of expertise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 03:11 AM - edited 10-16-2023 03:13 AM
Hi @Jo_o Luis
As it's reference field, It will be difficult.
What I suggest is if possible, make the field type as "Lookup select box" & use "unique values only" option.
e.g.,
The screenshot below is just example...You can use your table & lookup value which you want to display.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates