Last Updated:
08 Jan 2021 13:08
by ADMIN
It is not possible to directly access multiple data sources using expressions in a single section or object. I would like to be able to define multiple data sources on a report and then bind textboxes to the data sources using a formula such as "=First("DataSourceName","FieldName")", which would bind to field FieldName in the first record of datasource DataSourceName, regardless of the datasource assigned to the table, list, etc. We should be able to reference fields from multiple datasources in a single table, at least when using aggregates that return one value, such as Min, Max, First, Last, Sum, etc.