Hi Jael,If you need to compare with dynamic values, in such case it is far better to use arrays technique as Vipul recommended.For instance, if you load all the states from a queryDef on Country schema into an array, or better, an object (with name, ISO2, ISO3 fields), you can use easily with the ty...