Hi! I am calling a Report Builder report using a cfm file
with the following code:
<cfreport template="Last Quarter CAR Counts.cfr" format='pdf'>
<CFREPORTPARAM NAME="Dept" VALUE="BSD" >
In my report, I have a parameter named Dept, and if I set a default value for it, I can display that default value in the report, and use it in Selects, etc. But I can't override that default with the Value passed, and if I set no default, the value displayed is blank. Is there some other trick I'm missing?
<cfreport template="Last Quarter CAR Counts.cfr" format='pdf'>
<CFREPORTPARAM NAME="Dept" VALUE="BSD" >
In my report, I have a parameter named Dept, and if I set a default value for it, I can display that default value in the report, and use it in Selects, etc. But I can't override that default with the Value passed, and if I set no default, the value displayed is blank. Is there some other trick I'm missing?