i have a report that has an input parameter of inputquoteid.
In report builder, using the F12 preview It asks for my input
parameter and then displays the report fine. However when I use the
cfreport tag in coldfusion i get an error message
Code:
<cfreport format="pdf" template="apauth.cfr">
<cfreportparam name="inputquoteid" value="#session.qt.id#">
</cfreport>
Error: Variable inputquoteid is undefined.
This is my first time using the cfreport. So sorry if I'm just easily missing something. Thanks in advance.
Code:
<cfreport format="pdf" template="apauth.cfr">
<cfreportparam name="inputquoteid" value="#session.qt.id#">
</cfreport>
Error: Variable inputquoteid is undefined.
This is my first time using the cfreport. So sorry if I'm just easily missing something. Thanks in advance.