Question
Assing a datashape to a QueryPropertyHistory infotable
I have a service that executes the QueryPropertyHistory of a thing. When trying to bind the result data to a grid, or even trying to access the data inside the service, it just wont work.
Does anybody knows how to relate a DataShape to the infoTable resultant of the QueryPropertyHistory service?
More details about the mode:
- The service is modeled in a Thing Template
- When the service that uses the QueryPropertyHistory service is executed within a Thing implementhing that Thing Template, it works fine and data is retrived.
- When the service is executed in a mashup, there is are no properties to pick from the All Data section. I suppose that a DataShape is needed in order to reach the property fields.

