Skip to main content
1-Visitor
May 28, 2019
Question

How to show Time Series Chart data based on a List (multi) selection

  • May 28, 2019
  • 7 replies
  • 2735 views

Hi all,

 

I am trying to find a way to make the Time Series Chart widget able to show only the data that is selected on the list widget (multi-selection available).

 

How to do that ?

 

Thanks in advance.

7 replies

1-Visitor
May 28, 2019

Hi,

I think this video might describe what you are looking for

https://www.youtube.com/watch?v=Z4-ALgFKNpE&feature=youtu.be

 

from about 6 minutes in.

K

 

bhnaim1-VisitorAuthor
1-Visitor
May 29, 2019

This video helped me a lot! Thank you very much. 

But the multi-selection is not working ... I can only show one data at a time... 

Every time I select multiple rows, only the data of the last selected row is shown.

 

Any idea?

 

1-Visitor
May 29, 2019

Without knowing  more details it is hard to say.

 

Could you pass the returned data to a grid, as a test, to see if it is the service not returning the correct data?

If it is returning the correct data then it will probably be a configuration issue (DataSource) on the time series chart.

If it isn't returning the correct data then I would pass the input params table into another grid to check that the input table has your multi selections. I'm assuming that you are binding the 'SelectedRows' from the GetLoggedProperties service to propertyNames parameter of the QueryNamedPropertyHistory service.