Secretgeek
Technical User
Hi,
I have a report that contains 3 linked tables. Currently the report produces the sequence shown in Fig 1.
Fig 1.
For a case that has two departments and two questions associated with it:
CaseID
----->Dept
----->Quest
--->
-->CaseID
----->Dept(n+1)--->Quest
--->
-->CaseID
----->Dept
----->Quest(n+1)-->
-->CaseID
----->Dept(n+1)--->Quest(n+1)-->
-->CaseID(n+1)--->etc etc
What I need is for the sequence to be:
CaseID
-->Dept
-->Dept(n+1)-->QuestID
-->QuestID(n+1)
CaseID(n+1)--->etc etc
My problem is that I'm getting multiple iterations of CaseID greatly increasing the size of my report. I'm unsure as to the most appropriate method of resolving this and any pointers would be much appreciated.
I hope my question is clear but if it isn't please let me know.
I have a report that contains 3 linked tables. Currently the report produces the sequence shown in Fig 1.
Fig 1.
For a case that has two departments and two questions associated with it:
CaseID
-->CaseID
-->CaseID
-->CaseID
-->CaseID(n+1)--->etc etc
What I need is for the sequence to be:
CaseID
CaseID(n+1)--->etc etc
My problem is that I'm getting multiple iterations of CaseID greatly increasing the size of my report. I'm unsure as to the most appropriate method of resolving this and any pointers would be much appreciated.
I hope my question is clear but if it isn't please let me know.