Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have an example Thing with a valuestream attached to it.
In Composer, I have a timeseries chart displaying data from "QueryPropertyHistory" of the Thing.... but this only spans for the last ~500 values. How can I get all the data that was logged in the timeseries chart. Do I attach the valuestream to the chart?
Solved! Go to Solution.
That service should have in input for maxItems. It is default to 500, have you adjusted this?
That service should have in input for maxItems. It is default to 500, have you adjusted this?
500 values is the max items by default. In mashup, you can set a bigger value in maxItems of QueryPropertyHistory service.
Thanks!