We have required if we select Country then display that country states only at reference field (using reference qualifier)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2021 10:49 PM
We have required if we select Country then display that country states only at reference field (using reference qualifier)
My Scenario: we select INDIA , it's showing India related states like Karnataka, Delhi ..........
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2021 10:58 PM
You can use an Advanced reference qualifier:
On the variable/field definition go to Type specification
Adjust the Reference to the table containing your States like Karnataka.
Then as Reference qualifier use like this:
javascript:'country='+current.variables.country
Adjust the first country= to the field that contains the country in your table containing the States.
The second country at the end is the name of your variable where the country is selected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 08:09 AM
How did you solve this, as I have the same requirement?