Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello
I'm developing a dashboard using a collection widget. I retrieve a list of object containing some properties like code, name, value. I pass this parameter using the collection widget property MashupPropertyBinding ({Code:code ...}). This is working fine. I get the code in my mashup item.
Now on my mashup item, I want to retrieve the related information. So I create a service that take the code in parameter, and get all the related data. And then I bind this data to my mashupItem to show the information (name, value ...)
For the first item, it's ok. For the second one it's wrong.
Any help is welcome.