Join Slack
Powered by
Hi all, hopefully a simple formula request for you...
# general
k
Kristina Smith
08/23/2022, 1:44 PM
Hi all, hopefully a simple formula request for you. I'm trying to use a formula in search criteria to find the last character of a text string; ie, 'ends with' character X. Is this possible? The length of the string is variable.
a
alien4u
08/23/2022, 1:51 PM
You should be able to accomplish that using a combination of:
https://www.techonthenet.com/oracle/functions/substr.php
And:
https://www.techonthenet.com/oracle/functions/length.php
✔️ 1
s
scottvonduhn
08/23/2022, 1:55 PM
You should be able to create a Formula (Text) filter criteria with a formula like this, to extract only the last character of the field:
SUBSTR({field}, -1)
k
Kristina Smith
08/23/2022, 1:59 PM
THANK YOU!
3
Views
Open in Slack
Previous
Next