I am getting this error message on a report that I had working. I have
seen some similar post, but no one posted resolution. It appears to
have something to do with the SQL statement in report. Any ideas?
I tracked it down to this line. If I change the RevBatch to any other
property, it works.
<report xmlns="
http://www.intersystems.com/zen/report/definition"
name="REV" sql="SELECT AGENCY,ID,IRRESULTMAILDATE,BALANCEAMT,
VIOLATIONBALANCETOTAMT,VIOLATIONTOTAMT,
IRNAME,IRADDRESS,IRCITY,IRSTATE,IRPOSTALCODE,
IRRESULTDISPOCODE,IRRESULTREASONCODE,VIOLATIONDESC
FROM MVFILE.CIT WHERE IRRESULTMAILBATCH = ? ORDER BY AGENCY">
<parameter expression='..RevBatch'/>