Orderby workflow problem

Hi All,

i am trying to order the data in my related column when printing it out in my report.
at the moment it is using the rows to order them. but i would like to order them on the Description column witch is also the key table of the related table.

my expression now is โ€ฆ

<<Start:ORDERBY([Related Applications],โ€Descriptionโ€, FALSE)>>

it is executing the report but not sorting itโ€ฆ
any ideaโ€™s of what i am doing wrong ?

thanks

0 2 275
2 REPLIES 2

Hi @Lucas_Cuypers Try
<<Start:ORDERBY([Related Applications],[Description], FALSE)>>

Thanks

Top Labels in this Space