Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi.
I am getting below error if I try to display the QueryPropertyHistory in the Grid layout and also the warning icon is displayed on the widget
Runtime exception handling data update for binding {"Id":"38f3409a-b5a9-4af7-85dc-d09380c38f4d","SourceArea":"Data","SourceSection":"Things_Steel_Thing","SourceId":"GetProperties","SourceDetails":"AllData","TargetArea":"UI","TargetSection":"","TargetId":"LEDDisplay-175","PropertyMaps":[{"SourceProperty":"MEXS","SourcePropertyType":"Property","SourcePropertyBaseType":"NUMBER","TargetProperty":"Data","TargetPropertyType":"property","TargetPropertyBaseType":"NUMBER"}],"isBoundToSelectedRows":false}
Exception: Cannot read property 'segments' of undefined
I resolved it Value stream was not added
1. In the Thingworx Composer, select the Value Streams option from the Data Storage section in the Home tab and click the + New button.
2. Select Value Stream as option. Note that RemoteValueStream is used when the Value Stream is not locally stored on your computer.
3. Name the new Value Stream “ABCDValuesStream” in the General Information section
4. Tag it with the tag you created for this tutorial and Save it.
5. Now, go back to the Am2302Thing, open it in edit mode and add the previously created Value Stream in the Value Stream field. Type “ABCD” and the ABCDValuesStream should appear as an option. Select it.