Pdf list order

In my app I have a list that I can add to. The columns are,
From: to: material:

When I enter them I enter them in order, 1-2, 2-18, 18-27, 27-50. But when I generate a pdf it sorts then based on unique id. I need to keep them sorted by the “from:” column in the pdf. I did it once before but then screwed the app up to bad later on so I had to delete it and restart. I can not for the life of me figure out how I did it. You guys on here are 100 times smarter then me when it comes to computers so I’m guessing you can resolve this for me in no time. Thanks

0 3 101
  • UX
3 REPLIES 3

Steve
Platinum 4
Platinum 4

Next stupid question. Where to I add the orderby()

In your template’s <<Start>> tag:

<<Start: ORDERBY(FILTER(...), ...)>>
Top Labels in this Space