how to check if in saved search a string suppose "...
# general
r
how to check if in saved search a string suppose "upper-ra" has "-" in it?
a
Yes instr will do this. It will return a number value which is the character number from left to right INSTR({fieldID}, ‘-‘)