Hello everybody,
I am new in coldfusion and even newer in reporting, so... this is my problem
I'd try to make a MainReport.cfr an a subReport.cfr to it.
The MainReport have some group by elements... let's call them GroupOne, GroupTwo, etc.
I want to use the same subreport file more than once at different Group Footer level.
Problem is that my subReport is displayed just once in GroupTwo footer (practically the first).
The other instances of my sub aren't displayed.
My solution was to copy the subReport.cfm to two different files subReport1.cfm, subReport2.cfm and use them separattly but I think it is not the "standard procedure" for cod reuse :)
Is there another way to do it?
Can somebody give me a hint why?
Thank you.
I am new in coldfusion and even newer in reporting, so... this is my problem
I'd try to make a MainReport.cfr an a subReport.cfr to it.
The MainReport have some group by elements... let's call them GroupOne, GroupTwo, etc.
I want to use the same subreport file more than once at different Group Footer level.
Problem is that my subReport is displayed just once in GroupTwo footer (practically the first).
The other instances of my sub aren't displayed.
My solution was to copy the subReport.cfm to two different files subReport1.cfm, subReport2.cfm and use them separattly but I think it is not the "standard procedure" for cod reuse :)
Is there another way to do it?
Can somebody give me a hint why?
Thank you.