cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

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

marcusbarrozo
11-Garnet

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

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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.

Ok.

Thank you for your answer.

Top Tags