Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I'm trying to dynamically show stream data of various stream on grid widget. I used a dropdownlist which is connected to getImplementingThing of stream template. I'm using dynamic property of stream template with service name queryStreamData. still its not working..? Is I'm doing somewhere wrong.? please help me with this.
screenshots are attached with this massage.
If you are querying from ValueStreams then you must use one of the query...PropertyHistory services
if you are querying a regular Stream then there is Get or QueryStreamEntriesWithData
Thanks PiaChang for your reply.
I tried both services but its not working. When try it for single stream it work fine but when dynamically using thingtemplate of stream it does not. I want to query data of different streams in single grid widget by selecting name of stream from a dropdown list.
Can you show how you have it set up and the behavior that you get right now?
Also if not yet the case, can you try with the grid set to 'showallcolumns'