Forum Discussion

neil_lindberg's avatar
neil_lindberg
Creator III
6 years ago
Solved

ASC/DESC orderBy in AML

In AML, when specifying an Item in a query one can already indicate an "orderBy", but how to flip it?
  • angela's avatar
    6 years ago

    Somehow like this:

    myItem.setAttribute("orderBy","created_on ASC");