I've get stucked and I hope someone can point me to the right direction
I've a collection with id's, and I want to go through a Gallery that also have those Id's and mark those rows in the gallery that are the same
Thanks
glenn
Solved! Go to Solution.
Hi Glenn
I am unsure how you want to use this but if you are just wanting a visual indicator you can add a checkbox to your gallery and set the default value to:
ThisItem.ID in myCollection
Replace myCollection with the name of your collection.
Hope that helps.
Hadyn
Exactly this.
Or if you wanted to perhaps colour a row, you could add a rectangle, layer it to the back, and set the colour to the same condition.
Hi Glenn
I am unsure how you want to use this but if you are just wanting a visual indicator you can add a checkbox to your gallery and set the default value to:
ThisItem.ID in myCollection
Replace myCollection with the name of your collection.
Hope that helps.
Hadyn
Exactly this.
Or if you wanted to perhaps colour a row, you could add a rectangle, layer it to the back, and set the colour to the same condition.
Thanks Hadyn and David
This is excatly what I wanted to do!
Glenn
User | Count |
---|---|
140 | |
136 | |
77 | |
75 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
63 | |
57 |