Welcome
Login
Sign up
Home
Solutions
Forums
How can we help you today?
Enter your search term here...
Search
Login
or
Signup
to submit a new ticket
Check ticket status
Start a new topic
Discussions
Kinvey Forums
Android
How can I get the users sorted by date of registration?
c
camo
started a topic
over 6 years ago
Hi all!
I need to get all users sorted by the dates of registration on my app. I tried this:
`Query q2 = new Query();
q2.addSort("_kmd.etc", SortOrder.DESC);`
but doesn't working.
Somebody can help me?
Thanks!
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
Gal
said
over 6 years ago
Hi, one possible cause is that the property is _kmd.**ect** (**E**ntity **C**reation **T**ime), not _kmd.**etc**.
c
camo
said
over 6 years ago
Thanks Gal!! I tried four times and I always wrote etc. LOL!
Login
or
Signup
to post a comment
More topics in
Android
Can I add KinveyReferences and other custom Arrays to the User entity?
How can I use custom enums within my Entity?
Linking an image does not save with LinkedData
How can I get all records saved by the current user?
Why don't all users see the same data when querying?
Retrieving related file from datastore collection - continued
Problem implementing sign up / login
Can Android API be used for Java?
I'm not receiving push notifications
It is impossible to receive object according to the link
See all 259 topics
camo
I need to get all users sorted by the dates of registration on my app. I tried this:
`Query q2 = new Query();
q2.addSort("_kmd.etc", SortOrder.DESC);`
but doesn't working.
Somebody can help me?
Thanks!