What is the function used in NS saved search for case insensitivity? Thanks!
c
Chloë
09/04/2020, 6:29 PM
@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