Hi, I am trying to make a report where my da...

Hi,

I am trying to make a report where my data is sorted out first on the column [Country] , secondly on the Column [Costs made for] and thirtly on the Timestamp.

I was thinking of trying something like thisโ€ฆ

<<Start:OrderBy(SELECT([Expenses - Report][Timestamp], TRUE), [Country], [Costs made for], [Timestamp])>>

can someone help me out please ?

thanks

0 1 335
1 REPLY 1

You should probably use it likeโ€ฆ

<<Start:OrderBy(SELECT([Expenses - Report][Timestamp], TRUE), [Country],TRUE,[Costs made for],TRUE,[Timestamp],TRUE)>>

Top Labels in this Space