Hi,
I am trying to pass several cf calculated variables (for EACH record in my table) to cf report builder and I got the same repeated value showing up for that many records on my report (as if I had only one record).Here are what I have tried:
template.cfm
.......
.........
report.cfm
testrpt.cfr
input parameter:
rpt1
rpt2
rpt2
the report supposed to look like this
c1 c2 c3
22 31 75
54 77 59
46 36 42
......
how do I fix this? thanks