Skip to main content
1-Visitor
December 2, 2020
Solved

Display data on contained mashup based on the Collection item selected in the main mashup

  • December 2, 2020
  • 2 replies
  • 1565 views

Hi all,

I have a contained mashup with a value display widget. I want to display data on the contained mashup based on the item selected in the collection widget of the main mashup. 

I bind the value display widget of the contained mashup to the selected rows, but It doesn't work.

How can I do?

Thanks

Best answer by anarwal

Hi @PB_9026895 ,If my response has answered your question, please mark as Accepted Solution, for the benefit of others who may have the same question.

2 replies

5-Regular Member
December 3, 2020

Hi @PB_9026895 , You can create mashup properties on your contained mashup and bind those property to the display widget. The data from the main mashup you can bind to the newly created  contained mashup properties.

1-Visitor
December 3, 2020

Thank you a lot, it works!!

Now I want to update value display of the contained mashup with an auto refresh widget, but when I bind "getThingswithData" service to the auto refresh widget, the item of the collection in the main mashup it is not still selected. 

Any suggestion??

5-Regular Member
December 3, 2020

@PB_9026895  , By refreshing the mashup you must be getting the new updated data on collection . Problem is by autorefresh you are getting a new infotable from the service but the mashup property are not refreshed to get the new data.

anarwal5-Regular MemberAnswer
5-Regular Member
December 7, 2020

Hi @PB_9026895 ,If my response has answered your question, please mark as Accepted Solution, for the benefit of others who may have the same question.