Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I,m using Thingworx trail version 8.4, when using shape, value display, grid widget Renderer and State, State Formating not working, it says like "Must bind data to the property "Data" before configuring "ShapeFormatter"",
Did you verify that you have data bound to the Widget?
ie A service or something on the mashup with information to display or drive that widget is bound from service or 'source' to widget 'target'
Yes, i have bound numeric data from GetPropertyValues to Shape widget Data, tryed also string, boolean data too.
even i follow this tutorial https://developer.thingworx.com/en/resources/guides/styles-and-states/create-and-implement-state-definitions
when click the State Formatting, it says "Must bind data to the property "Data".
GetPropertyValues is an infotable result I believe and you can't bind that whole table to the Shape widget.
Did you bind a single field from that then to the widget?
Do you see the 'Data' Property binding arrow filled in black?
Yes i bound single value, 'Data' Property binding arrow is filled in black.
Connections showing single value bounded to Data property.
Can you perhaps show some screenshots as to what you have?
I have reinstalled TW and it seams all OK now, Thank you.