Workflow template filter and orderby?

I am working to create a pdf report from a sheet tab, called A LINKS.
The idea is to create a pdf report of all the rows and order them by column name ZWEMDOCENT.

<<start: Filter(A LINKS, true)>> Create a pdf report from all the rows is working, but how to sort on the column name ZWEMDOCENT. I tried to add orderby, but canโ€™t get it to work.

[Naam] = key column Zwemdocent = Enum

Hopefully you can help me out

0 7 816
7 REPLIES 7

Try with ORDERBY(FILTER(โ€œA Linksโ€,TRUE),[Zwemdocent],TRUE)

Perfect it is working. I did almost the same, but you add โ€œ and โ€ , can you explain me what is the difference without the โ€œ โ€. Normally it is standing for text butโ€ฆ

already thank.

With the โ€œโ€ you can be sure that the parser understand itโ€™s a string, not a column name etc.

Ha, thanks for explaining it.

Steve
Platinum 4
Platinum 4

For reference:

Is it also possible to create for each zwemdocent a separate page.
for example if we have two zwemdocenten(teachers) (Wilco and Aleksi)
That i get one 1 pdf with 2 pages one for Aleksi and one for Wilco.

Hi i have another question.

WHEN THIS HAPPENS, at the work flow was TARGET DATA A links. Now i changed it for PDF a new data table. So i can make an option in de app create PDFโ€™s files.

But now my Maand (Totaal overzicht) field is not working any more <<[maand]>>, it seems i have to include the reference to data table A LINKS? But how, hopefully you can help me out.

3X_4_8_48dd607f7e4b0dac822eb701a633a391aea8a78a.png

Top Labels in this Space