Forum Discussion
EverettPatterso
7 years agoQrew Captain
Try something like this
If(Trim(Left([ex field], "&")) = "This" and Trim(Right([ex field], "&")) = "That", "Three", [ex field] = "This", "One", [ex field] = "That", "Two")
- MikeMike7 years agoQrew CadetWell that was an unexpected workaround solution, but it worked, thank you! I am still interested to know if there's a way to escape that character, but until then this has solve my immediate problem.
Thank you- ShawnShawn3 years agoQrew Member
I had something similar in where I am editing a field by adding a text value containing an ampersand through a URL api link. To get the ampersand to work as text in the formula I substituted the & symbol with %26 and it worked flawlessly.
Using & did not work in my case; everything behind & or & in the text string, would get truncated.
------------------------------
Shawn Somerlot
------------------------------