Crystal 10
MS SQL DB
I have a report that has a main report and a sub report, that shows survey responses. I have four db tables I am using. One has questions, one has answers, one has voter information, and the last has voter answers.
The way that I am having to report is the main report has a select expert entry to get the instructors name to report data off of. then on the subreport links I have the voterIDs that have entered surveys on the instructor linking the main and sub reports together.
(?Pm-vts_tbVoter.VoterID = vts_tbVoter.VoterID)
Then in the subreport I am pulling all the questions and answers based on the voterids. But it's not doing exactly what I need.
I need to send the VoterID's to the subreport as a parameter or array so they are displayed on one page instead of however many VoterID's there are. It looks like it's splitting the VoterID's to sepeperate pages on the subreport. If I go into the subreport and enter a few VoterID's in the VoterID Parameter window, it does what I want, so the subreport works, I just can't figure out how to populate the VoterID parameter from the main report.
Does that make sense?
MS SQL DB
I have a report that has a main report and a sub report, that shows survey responses. I have four db tables I am using. One has questions, one has answers, one has voter information, and the last has voter answers.
The way that I am having to report is the main report has a select expert entry to get the instructors name to report data off of. then on the subreport links I have the voterIDs that have entered surveys on the instructor linking the main and sub reports together.
(?Pm-vts_tbVoter.VoterID = vts_tbVoter.VoterID)
Then in the subreport I am pulling all the questions and answers based on the voterids. But it's not doing exactly what I need.
I need to send the VoterID's to the subreport as a parameter or array so they are displayed on one page instead of however many VoterID's there are. It looks like it's splitting the VoterID's to sepeperate pages on the subreport. If I go into the subreport and enter a few VoterID's in the VoterID Parameter window, it does what I want, so the subreport works, I just can't figure out how to populate the VoterID parameter from the main report.
Does that make sense?