Referenece qualifier on reference variable

rmaroti
Tera Contributor

Hello Everyone,

 

can any one tell me what will be the mistake in below reference qualifier -

javascript:'active=true^u_countryISEMPTY^ORu_countryLIKE'+current.variables.country+'^u_country_not_available_forNOT LIKE'+current.variables.country+'^ORu_country_not_available_forISEMPTY

 

note-current.variables.country is the dynamic value of of variable on record producer

1 REPLY 1

Harish KM
Kilo Patron
Kilo Patron

Hi @rmaroti i can see the ' comma is missing at the end, to correct the query need more details on what your trying to do? you dont need to look for empty values as you have a value with variable

 

javascript:'active=true^u_countryLIKE'+current.variables.country+'^u_country_not_available_forNOT LIKE'+current.variables.country;

Regards
Harish