cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Binding Time series chart

IoTnewbie
5-Regular Member

Binding Time series chart

Hi, I have a populated grid. Based on selected row click of the grid I need to bind a time series chart.

I need to pass the selected row id value to time series chart which will call a service whose input parameter is that row id.

I am not sure which property of time series chart should I bind the row id to.

How to achieve this?  Thanks.

2 REPLIES 2

Hi

You'll need to bind the row id value of the selected row of the service that provides the data to your grid.

Look at the service that provides data to the grid, under Returned Data, you have two data sets, All Data and Selected Row. All data will be what you have bound to your grid. Selected row is populated when a row of the grid is selected. As you need specific values from the seleced row click on the + to expand it, use drag and drop as normal to bind the row id to your other service parameter.

Regards

Ian

IoTnewbie
5-Regular Member
(To:ibanham)

Thanks Ian!

Top Tags