We have required if we select Country then display that country states only at reference field (using reference qualifier)

ram2497
Tera Contributor

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

2 REPLIES 2

Willem
Giga Sage
Giga Sage

You can use an Advanced reference qualifier:

On the variable/field definition go to Type specification

find_real_file.png

 

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.

Vickin99
Tera Contributor

How did you solve this, as I have the same requirement?