- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 09:28 PM
Hi everyone!
I'd like to ask for help on how to filter a location field.
How to achieve in portal that once you click the country it will show a dropdown list for state, after selecting the state it will show the metro city.
I already changed the type of our variable from "Reference" to "Lookup Select Box" because the field mapping should be "country>state>Metro City>City"
Thanks in advance !
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 11:31 PM
Hello @Dizy M ,
I don't think you can add this filter on single field. to give functionality to select country->state->city
either you can create Separate field and add ref qual on same if you have all those field as reference type. OR
In Lookup select box, you can add those field in Lookup label field and use orderBycountry so it would at least All country in order with associated state and city.
check below snap for ref.
Result : It will show like this
Kindly mark correct and helpful if applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 01:36 AM
@Mark Roethof @Chetan Mahajan I really appreciate your help. Thank you very much!