Join Slack
Powered by
how to check if in saved search a string suppose "...
# general
r
razer456
01/19/2023, 1:15 PM
how to check if in saved search a string suppose "upper-ra" has "-" in it?
a
AI1
01/19/2023, 2:07 PM
Yes instr will do this. It will return a number value which is the character number from left to right INSTR({fieldID}, ‘-‘)
2
Views
Open in Slack
Previous
Next