Start a new topic

How can I get the users sorted by date of registration?

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!

Hi, one possible cause is that the property is _kmd.**ect** (**E**ntity **C**reation **T**ime), not _kmd.**etc**.
Thanks Gal!! I tried four times and I always wrote etc. LOL!
Login or Signup to post a comment