How do I sort by count?

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.)
スクリーンショット 2021-12-13 17.35.39


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.

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

Hi @Victor

I got it! I’ll try. Thank you so much for helping me.

1 Like

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