Skip to main content
1-Visitor
September 13, 2017
Question

Cannot bind the result from a service to a time series chart

  • September 13, 2017
  • 1 reply
  • 3423 views

Hi there!

I am getting data from another cloud through a service and I can bind the data to a grid but I cannot bind the same data to a time chart series. This is what I'm trying to do:

I have a list bind to a grid and whenever I select one option from the list, the respective data is displayed on the grid. I would like this very same data to be displayed on the chart as well, but I don't get anything. Besides, in the time chart properties I cannot select anything in the X and Y fields, it is blank.

I know how to do this with Kepware but I have no clue about how to do the same thing in this case.

Hope you can help me.

Thanks in advanced!

1 reply

22-Sapphire I
September 13, 2017

Do you have a datashape assigned to the output and if so, is the timestamp a basetype datetime?

iherreros1-VisitorAuthor
1-Visitor
September 13, 2017

Hi Pai,

Yes, I have.

This is the data shape:

And this is what I get when a call the service in the mashup:

Any clue?

Thanks and best regards.

22-Sapphire I
September 13, 2017

Looks like it is actually your Value field, change that to be a Number.

Time series chart can only plot Numbers over time, if you need a String, you can try it with a Label chart?