Hi does anybody know how to apply multiple sorts o...
# advancedpdf
d
Hi does anybody know how to apply multiple sorts on freemarker/advanced pdf? Basically i would like to sort by date and then say location. But i can only seem to apply one sort_by condition in the template? Thanks!
n
We had to do something like this when trying to order item lines on a packing slip page. What we ened up doing was create a custom transaction line field and put a formula as the default value that would evaluate to the order we wanted to see, and then get fremarker to order the list by that field.