
I have a filter gallery that is linked to 2 galleries and I want to compare the data selected by check box in a seperate screen as a comapre gallery.
Gallery 1
Distinct(Prototest1,TypeOfCover)
Gallery 2
Filter(ProtoBuilding,TypeOfCover=CoverGallery.Selected.Result)
Gallery 3
Filter(Prototest1,TypeOfCover=CoverGallery.Selected.Result)
Compare Button
Collect(CompareAll,{CompareList:""},{CompareList3:""},Navigate(CompareBoat))
My CompareBoat Screen
Gallery
CompareAll
Its just not working
Hi @Jono151 ,
In the information provided so far I don't see any reference to a checkbox, so not sure how this is supposed to be working using checkboxes. Can you please share in which gallery items should be checked for comparison? Some screenshots will help as well.