Hi All
I need your support in the below case
I have a gallery containing distinct users based on selection form another gallery (Gallery5)
i need to sort this gallery based on the number of repeating this user on the gallery
this formula is working fine with the gallery but i can't add the needed column to sort the gallery by it
Filter(
ForAll(
Distinct(
Kudos ,
'Kudos to'.Email
),
LookUp(
Kudos,
'Kudos to'.Email= Result And Title=Gallery5.Selected.Title
)
),Title=Gallery5.Selected.Title)
this is the count formula and it's working
CountIf(Kudos,Title=Gallery5.Selected.Title And 'Kudos to'.Email=ThisItem.'Kudos to'.Email)