Hi everyone.
I have built an inspection app that is working correctly so far. I have a gallery that shows all items that need inspecting and am trying to build in a feature where the item will no longer show if its been inspected. The formula below works, but I get a delegation issue and it is limiting the items shown for one of my users.
f(Value(varUser.Department) = 6250,Filter(SortByColumns('EAM-PMT Game List',"GameName",Ascending,"Modifier",Ascending),StoreNum=116,Not(GameID in
EAMPMTCapture.GameID)),Filter(SortByColumns('EAM-PMT Game List',"GameName",Ascending),StoreNum=Value(varUser.Department),Not(GameID in EAMPMTCapture.GameID)))
Basically if the item is listed on 2 different data sets, the record is not shown on the gallery.
Is there a better way to not show an item in a gallery? If I place a lookup field in the gallery from a different data source, can I filter the gallery with that label? Ive tried a few ways unsuccessfully.
Thanks!
Chris