How to display locations based on country in catalog

yoli1
Tera Contributor

Hello everyone can someone help me figure out why this doesn't work i want to display locations based on value put in country

i have two fields : location and country

Capture.PNG

9 REPLIES 9

Craig Gruwell
Mega Sage

The OOB column name for Country in the Location table is country (instead of u_country) so update your Ref Qual as from using 'u_country=' to 'country='

 

@Craig Gruwell don't work

Craig Gruwell
Mega Sage

I'm getting the expected values in the Location field (see attached).   

 

Can you share how your Country variable is configured?