Hi,
I am trying to create a multi-series chart where each series shall have multiple values to be plotted onto the graph.
But whenever i try to view the report the chart displays only one latest value
I am using the below query in my dataset:
SELECT NAME,VALUE,TIME FROM ANALOGDEF WHERE NAME IN ('ABCD','PQRS') AND TIME BETWEEN ? AND ?
Using the above query it is only able to populate the latest value from ABCD Series 1 and latest value of PQRS in Series 2.
Please suggest the possible soultion!
Thanks,
Afshaan Shaikh