Orderby or sort column

Hello, I would like to order the rows in the following template, on the [Croon Tool Number] column from low to high. How can I arrange that in the word template? Thanks Muk

Hi Muk, try ORDERBY().

So it’ll look something like this:

<<Start: ORDERBY( SELECT(Assigning Tool to[Tool Reservation_ID], AND([_THISROW].[Tool Current Location] = [Tool Current Location], [Assigning Status] = “Assigned”)), [Croon Tool Number], FALSE )>>

*ORDERBY(keys, sort-key, [descending-order, [sort-key]]…)

Hope this helps!

2 Likes