Sort the collection so sum between 3 column to calculate

In Realm studio i want to knowing the command rql for sort of total

so total get value from s1+s2+s3 then sort desc

“TRUEPREDICATE SORT(s1 DESC)”
how to adapt to this command or thank you if you suggest for me.

thank you for help me.

realm + flutter mobile

This is not currently possible with RQL. You’ll need to either store the sum as a separate column or sort the results in memory.