Hi
I have a report where i list a set of questions. One of the answer type might it self can be crosstab style response.
e.g.
1) Question
Ans by person A) Some response
Ans by person

Some response more
2) Qquestion Table Type Respones
Ans by person A)
2005 | 2006 | 2007
A| 1 5 9
B| 2 5 8
c| 5 6 7
Ans by person

2005 | 2006 | 2007
A| 6 8 6
B| 2 4 6
c| 5 5 6
Hence I have create a crosstab report that includes all the response by all people for all such (Table type) questions.
Now my problem is that crosstab is inside the row of Questions --> Response
So i need to filter the crosstab data so that i only show data of cross tab for that particular question and responder.
I tried to filter the data using crosstab filter option and using the dataSetRow available. But then it gives error saying that "dataSetRow" is not defined. When i hardcode some values i get the response.
I even tried using scripting but that too didnt help.
Attaching some screen shot if any one can help..