Yuki.O
1
GOAL:
Sorting users(high to low) by count of Reply>Questions>Users is not equal to Logged in User’ID.
(First pictuse should sort “ほの (7)” top.)
Detail:
I have three Database Collections, User, Question, Reply; User<Questions<Replies.
So, how do I sort by the count?
I would really appreciate if you guys could help me.
Victor
2
Hello @Yuki.O,
Unfortunately, you can’t do list sorting in Adalo based on count of items. You need to use some property from the Collection to sort the list.
It might be a good idea to explore the option of adding “replies count” property to make sorting work.
Best regards, Victor.
2 Likes
Yuki.O
3
Hi @Victor
I got it! I’ll try. Thank you so much for helping me.
1 Like
system
Closed
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.