Join Slack
Powered by
Which saved search filter would i need if i want ...
# general
a
Ahmed
01/27/2020, 6:57 AM
Which saved search filter would i need if i want to display the items with name ending with -10
b
battk
01/27/2020, 9:58 AM
learn how regular expressions work and use a formula
battk
01/27/2020, 9:58 AM
https://docs.oracle.com/cd/B19306_01/B14251_01/adfns_regexp.htm
battk
01/27/2020, 9:59 AM
you will probably be using REGEXP_INSTR in combination with the end of line anchor (
$
)
battk
01/27/2020, 10:10 AM
you can also use the like condition if you are more familiar with sql
a
Ahmed
01/27/2020, 11:12 AM
Thanks 👍
2
Views
Open in Slack
Previous
Next