I have coded a where statement like this:
DFINE FILE PMTRACKING
CORRECT/I5 = IF INDCODE EQ 'ETCrelatecx' AND ANSWER EQ 'Y' THEN 1
ELSE IF INDCODE EQ 'H&Pcompletew/in2w' AND ANSWER EQ 'Y' THEN 1
ELSE 0;
END
When I run the FEX, I get an html page prompting for input
To get around this error, I have coded
ELSE IF INDCODE CONTAINS 'Pcompletew/in2w' AND ANSWER EQ 'Y' THEN 1...
Any ideas for how I can use escape characters to test for the
'H&Pcompletew/in2w'?
Thanks!
Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36