maengler2000
Technical User
I am using CRXI with SQL databases.
I have a report where the user chooses which department(s) to report on.
I pass these departments to the subreport.
My report is accurate with correct information however it repeats for as many departments I have passed.
Example.
They choose to report on dept 1,2,3 and 4.
I receive
Dept 1
info info info
Dept 2
info info info
Dept 3
info info info
Dept 4
info info info
Then this information repeats 4 times.
Based on reading different suggestions, I have a group inthe main report on the depatment and have placed the subreport into the group footer. Also, I have the subreport grouped by department.
Any suggestions on how to receive the data only once.
ME
I have a report where the user chooses which department(s) to report on.
I pass these departments to the subreport.
My report is accurate with correct information however it repeats for as many departments I have passed.
Example.
They choose to report on dept 1,2,3 and 4.
I receive
Dept 1
info info info
Dept 2
info info info
Dept 3
info info info
Dept 4
info info info
Then this information repeats 4 times.
Based on reading different suggestions, I have a group inthe main report on the depatment and have placed the subreport into the group footer. Also, I have the subreport grouped by department.
Any suggestions on how to receive the data only once.
ME