I have lots of text field widgets in my mashup where i want its default text to be coming from my Thing property values. Basically i want them already filled with the property values. This is to ease editing of the values for the users and to prevent them from starting all over again in case they wanna edit.
Mashup
Property Values
I created a service where it just returns this property infotable but when i try to bind in the mashup, there is no selected row that i can bind to the text field as its text source
Solved! Go to Solution.
You need to develop a service that converts row-wise data into column-wise format.
Sample_DataShape
) that includes all the necessary parameters.Sample_DataShape
.Example:
You need to develop a service that converts row-wise data into column-wise format.
Sample_DataShape
) that includes all the necessary parameters.Sample_DataShape
.Example:
Hi @JY_11008628,
What @Sathishkumar_C said is one way to tackle it but creating a datashape with that many fields is troublesome, not to mention your parameter names contain many special characters that are not allowed in a field name. It makes things harder.
If I were you, I wouldn't be using text fields. I would use Grid to show the infotable property and allow for edit.
It's much easier and you don't have to go through any trouble to do any row-column conversion implementation.
Hi @JY_11008628,
It appears that a response to this post answers your question. For the benefit of other Community Members who may have the same question, it would be great if you could designate it as the Accepted Solution.
In the event that this response did not answer your question, please post your current status so that we can continue to support.
Thanks for using the PTC Community!
Regards,