Hey, power helpers
am trying to compare a collection to a SharePoint list, in a gallery. the collection has unique UGA which are linked to the user.
i have tryed this:
ForAll(UGA_COL, Sum(Filter(sv_listing_physicians,ThisItem.UGA = UGA),ThisItem.Cible_control))
But get the error:
Text Value expected
what am i doing wrong?