Hi there, Is it possible to query the index of an ...
# orm-help
l
Hi there, Is it possible to query the index of an entry within a specific order? e.g. If I order a list by its creationDate, and wanna know at which index the element with id "12345" is within this list.
r
@Luis Kuper ๐Ÿ‘‹ This isnโ€™t possible directly. You would need to fetch the data first and find the index in your application.
๐Ÿ‘ 1
l
thanks for the reply!
๐Ÿ‘ 1