"When one column have countries, another column have city" This city should be in that country else it is invalid.
Please help.
"When one column have countries, another column have city" This city should be in that country else it is invalid.
Please help.
Best answer by Maxim Kim
Actually what you can do is to have something like this:
The steps are:
Select Advanced Expression as a rule logic and check if concatenated CITY + “_” + COUNTRY
is in the lookup
PS
It would be nice to build a lookup with all Uppercased values and use upper cased city and country in the rule not isInFile(upper(CITY + "_" + COUNTRY), "lookup:city_country")
.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.