Combining 2 datasource band
Posted: Wed Nov 27, 2024 6:22 pm
How to Group and Display Two Separate DataBands Side by Side?
I have two separate data sources, and each is displayed in its own DataBand.
Both data sources have a common column, groupId. I want to group the report by groupId and display the data from both DataBands side by side under each group.
Example:
Group 1
1. Data from Band 1 (Source 1)
2. Data from Band 2 (Source 2)
Group 2
1. Data from Band 1 (Source 1)
2. Data from Band 2 (Source 2)
I do not want to join the data sources. I also do not want to merge or join the data sources within the report.
The goal is to keep the data sources separate but group and display their data side by side for the same groupId. Is this possible?
I have two separate data sources, and each is displayed in its own DataBand.
Both data sources have a common column, groupId. I want to group the report by groupId and display the data from both DataBands side by side under each group.
Example:
Group 1
1. Data from Band 1 (Source 1)
2. Data from Band 2 (Source 2)
Group 2
1. Data from Band 1 (Source 1)
2. Data from Band 2 (Source 2)
I do not want to join the data sources. I also do not want to merge or join the data sources within the report.
The goal is to keep the data sources separate but group and display their data side by side for the same groupId. Is this possible?