What is the function used in NS saved search for c...
# general
l
What is the function used in NS saved search for case insensitivity? Thanks!
c
@Luis Using a Case When Statement as an example... you can use the "Upper" function. Here is an example formula that ignores the case: CASE WHEN UPPER({status}) LIKE UPPER('paid in full') THEN {status} END