Page 1 of 1

Filtering a Datasource with a column of other Datasource

Posted: Tue Jul 04, 2017 2:49 pm
by bgelatti
Hello.

In my report I have 7 datasources, one it's the principal and contains a column named checkin_id, on other datasource I have that column too and I need to filter other 6 datasources with the value of that column.

Example: datasource1 have the column checkin_id, datasouce2.checkin_id = datasource1.checkin_id, datasource3.checkin_id = datasource.checkin_id and continue that filter on others datasources.

What I have to do?

Re: Filtering a Datasource with a column of other Datasource

Posted: Wed Jul 05, 2017 7:13 am
by HighAley
Hello.

It seems that you should create a Master-Detal report.
There could be several details for one master.
You could learn how to create such reports in the User Manual.

Thank you.