I’m using Crystal Report 2011 and I would like to know if it is possible to generate two crosstab tables with different record selection in the same report?
For example, I have the following dataset:
SchoolID QuestionID AnswerValue
++++++++ ++++++++++ ++++++++++++
1 Q2 3
1 Q2 4
3 Q2 7
3 Q3 5
1 Q5 6
I would like to create two crosstabs, the first one will display questions 2 and 3 and the second crosstab will display only question 5. Can you help please with this?
Thanks
Asma