@TRRAO I didn't understand your question completely. Are you trying to find, out of all the loops, only the ones that have the Datetime in ascending order? Are you trying to find the unique loops where the "start" of the loop has the lowest possible date? Or are you trying to find something else
Hi @steggy I want to find all the loops. we need to retrieve the loops such that the Datetime in edge relationships should be in ascending order. For example,
first loop -- 31-07-2014 9.00.00
Second loop -- 31-07-2014 9.15.03 and so on.
So in all the loops the Datetime ( in relationships/edges) values are in ascending order.