We are trying to use mixed as datasource where data from two different datasources is coming.
We have two different datasources:
- Elastic Search - have fields named ID, ID Count and Average time
- Customised Datasource - have fields named Response size. Actually the response form the customized datasource is like having array of multiple fields for each ID.
After combining it should display ID, ID Count, Average time from first datasource and calculate the Average of Response size from second datasource.
Thanks.