i'm trying to link columns of three DataSources in relation to each other. Here's the problem:
I have the DataSource Relation, List1 and List2. Each DataSource has the column "vq" which makes the relation between them.
The master DataSource is Relation and then the items of List1 where the relation is Relation.vq == List1.vq should be listed and then the items of List2 where the relation is Relation.vq == List2.vq. Each relation of lists of the DataSource Relation should be printed on a separate page.
Here I got some pictures for you so you know what I mean:
The report page:

The Relation DataSource:

The List1 DataSource:

The List2 DataSource:

Please ask if you don't really know what I mean or if you need some more informations.
Thanks in advance and all the best!
klinsi