Filtering Dropdown
Filtering Dropdown
Can you please help me with the right syntex using the following as an example:
form FormB
{
IndianStates
(
type= picklist
values = FormA[Country == "India"].State
)
}
Instead of a fixed string value eg "India", I wanted to refer to a field on FormB called States.
Cheers,
Martyn
martynhale