Skip to main content
13-Aquamarine
October 23, 2019
Solved

Using same collection widget to show two different mashups, one by time

  • October 23, 2019
  • 2 replies
  • 964 views

Hello all.

 

I have two mashups (mash1 and mash2) and a home mashup (homemash). I want to put in the home mashup , a layout with an unique row with a collection widget inside. I need, based in an expression result, to show mash1 or mash2. There is some way to do this, programatically? Wich properties do I need change?

 

Thanks.

Best answer by posipova

This wouldn't be possible because you have to be passing data from the main mashup containing the collection widget, and that has to be set up as part of the binding process. You could have two mashups with a different collection widget on each, and then depending on your value in the parent mashup, navigate to either one. OR have that decision made in the master mashup that will then navigate to either one.

2 replies

posipova20-TurquoiseAnswer
20-Turquoise
October 23, 2019

This wouldn't be possible because you have to be passing data from the main mashup containing the collection widget, and that has to be set up as part of the binding process. You could have two mashups with a different collection widget on each, and then depending on your value in the parent mashup, navigate to either one. OR have that decision made in the master mashup that will then navigate to either one.

13-Aquamarine
October 24, 2019

Ok.

Thank you for your answer.