Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I`m trying to use ValueStream chart to show property history of selected Thing from all Things that share same template. I can get QueryImplementingThingsWithDataHistory data for template that things are using but I need to be able to show data for only selected one. How can I do that?
Solved! Go to Solution.
Ok finally made it work. Wining combination is Data > dynamic Thing with QueryPropertyHistory. Entity picker widget tied to entity name for dynamic thing and then alldata to ValueStream chart. It ain`t pretty but works.
You can query all data (parameter-based) to (for example) a grid, and then from the same service bind selected row to another widget to display data. In this scenario, selecting a row on the grid, you'd display the details in another data-representing widget.
Ok done that, but QueryImplementingThingsWithDataHistory Alldata don`t seem to populate the grid(GetImplementingThingsWithData from ThingShape does but I need history). Can you provide example in more detail?
Ok finally made it work. Wining combination is Data > dynamic Thing with QueryPropertyHistory. Entity picker widget tied to entity name for dynamic thing and then alldata to ValueStream chart. It ain`t pretty but works.