Filter List By Star Rating?

I have given each user in my app a star rating (number from 1 to 5). I am trying to create a list where a logged in user can filter items (users) in the list by their star rating. I’ve tried to setup a custom filter for the list with both “equal to” and “not equal to” and neither works (one does not show anything and one shows everything, but neither filter the list).

Attached are some screenshots of what I am doing.

Could you let me know any insight you might have about this?


Try using greater than or equal to:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.