Lookup table fields that contain < or > symbols are getting escaped to &gt; and & lt;
How can I prevent this from occurring? It only happens when manipulating the field value using lookup editor.
For example:
servicecode>="200" AND servicecode<400,1,0), failed=if(servicecode>400,1,0)
gets rewritten as:
&amp;gt;="200" AND servicecode&amp;lt;400,1,0), failed=if(servicecode&amp;gt;400,1,0)