Hey,
I'd like to set an "if" relation that would look like the following
IF rel_model_name == "AA"
...
but, I'd like to search for "AA" in the content instead of the complete value of rel_model_name.
In other words, I'd like the remainder of my "if" relation (not shown here) to give a "true" when rel_model_name = AA012345 and "false" when rel_model_name = 764-314, for example.
Does anyone know how to do that?
Even better : it would look for AA as the 2 first digits... but I may be dreaming here.
Regards,
Mat
I'd like to set an "if" relation that would look like the following
IF rel_model_name == "AA"
...
but, I'd like to search for "AA" in the content instead of the complete value of rel_model_name.
In other words, I'd like the remainder of my "if" relation (not shown here) to give a "true" when rel_model_name = AA012345 and "false" when rel_model_name = 764-314, for example.
Does anyone know how to do that?
Even better : it would look for AA as the 2 first digits... but I may be dreaming here.
Regards,
Mat