Hi
I am altering a SQL command in Crystal XIr2. I have added the following line of code to search for QUEUECD that startswith IOM:
OR (("BI0002"."QUEUECD" like 'IOM%' and "BI0002"."SUSPFLAG"='Y')
AND ("BI0002"."EVENTCODE"='BIUPDATEW' OR "BI0002"."EVENTCODE"='BISUSPND'))
Unfortunately the function startswith cannot be used within the command editor. I have also tried like 'IOM*'. It errors with invalid arguement. Any suggestions would be gratefully received!!
I am altering a SQL command in Crystal XIr2. I have added the following line of code to search for QUEUECD that startswith IOM:
OR (("BI0002"."QUEUECD" like 'IOM%' and "BI0002"."SUSPFLAG"='Y')
AND ("BI0002"."EVENTCODE"='BIUPDATEW' OR "BI0002"."EVENTCODE"='BISUSPND'))
Unfortunately the function startswith cannot be used within the command editor. I have also tried like 'IOM*'. It errors with invalid arguement. Any suggestions would be gratefully received!!