I’m completely stuck in the development of my app. Very briefly, I’d like to filter the countries in descending order.
I have a User data type with a Country field. Each person in this list has a country and I’d like to rank them in order of importance. The screenshot here shows the problem I’m facing.
I can’t filter at all the way I want, if anyone has a solution I’d love to hear from you! Thanks a lot!
No it’s not.
I have my users with their country in a data type. I want the RG to show me how many users are from a specific country, to show me the respective number and put in #1 index Brazil (let’s say there is 20 users from there), then #2 Armenia (let’s say there is 10) and Ethiopia #3 (let’s say there is 5).
Where you circled Sort by doesn’t allow me to select country as well.
Hope that “in order of importance” makes sense. Thanks again!
Okay , so whenever you create a user add '‘countries counter +1’ and have a counter in each country data type .Then do a search for countries , data field > count > desc
You will eventually need it though , you want to filter it with letter ascending , score , user count and much more later on no ? Grouping will limit you if it works .
Brazil should come first, then whatever between Ethiopia or Armenia (maybe Armenia first so it gets it sorted by the letter if the count is equal - but at this point I don’t ask for too much lol)