Hello all, i'm trying to do a search on the Price Level that contains '%'. But when i'm trying to put \% to escape but it's not working. any ideas ? thanks a lot.
g
George McMullen
06/25/2020, 10:32 AM
Did you try without the backslash too?
t
t_gdb
06/25/2020, 10:42 AM
yes. I found the solution.
Copy code
case when {pricelevel} like '%\%' ESCAPE '\' THEN 1 else 0 end