How to set Start/End Date and time and Tag Path of several report component Timeseries charts

Hi,
I am trying to build a report. It has a table with grouping and in the details there is a Timeseries chart.
The number of charts is variable; it depends on the number of rows of the query result.
I would like to set the data source tagname, the start and end time of the chart be determined by the data from the row.
This is how I define the Historian data manually for one chart:

But I don't know how I can set dynamically based on the query result or how to do it for a variable number of charts.

This is a printshot of the report draft:
I would like to set the Start/End Date and time of the chart with the info retrieved by the report.
If there are two trolleys, I would like to show two trends with their relevant Start/End Date and time and the trolley temperature in each case.

You need to nest your chart query under your primary query. That will make a chart query result for each row of the outer query. Use the column information in the outer query to provide the start/end timestamps for the inner query.