Need override assistance
Hello,
I have this override in a report,
SELECT CONTACT_PHONE , CONTACT_FAX , FREE_ON_BOARD FROM QUOTE WHERE QUOTE.ID = :QUOTE_ID
and all I want to do is append "NAME" from the "SALES_REP" table where an already existing "SALES_REP_ID" on the report = ID.
Everything I have tried is failing. Can someone please tell me what I am doing wrong or show me what should work?
Error: "Column count not equal to variable count."
Thank you,
Paul