Hello all,
I am in need of your help.
I am trying to sort a gallery based on a score that is calculated for each item in the gallery.
It's like a matching process where in List1 i have Title and a lookup column from List2 containing multiple values, also i have a combobox populated with List2's items. So you select wich items from List2 you want to filter the gallery (List1) on and then i have a label in the gallery calculating "Combobox's NumberOfPickedItems / NumberOfMatchedItems in List1's Lookup column. So i want to sort the gallery based on that value.
Since it's not a column in the list it's harder to sort it.
I also tried to create a collection with a column containing the calculated value but since the lookup column is a table-value it won't do t for me.
Do you have any ideas?
Much appriciated,
deveDennis