VishalMistry
4th April 2018, 16:27
Hi all,

We all know that records in Baan report will be printed in sort order defined in Input field session (ttadv3132s000).

I was curious if there is any way to dynamically alter the sort order ?

Vishal

günther
5th April 2018, 08:44
Hi Vishal,

yes, I think so. Have a look at my thread called "Advanced Report customizing" (or so); this will allow you to change all input data before they get sorted, too.

Regards
Günther

Ajesh
6th April 2018, 09:51
You can declare two generic sort.field.1 and sort.field.2 ..

And Based on your requirement assign

Situation 1)
sort.field.1 = Parameter.1 and sort.field.2 = Parameter.2

Situation 2)
sort.field.2 = Parameter.1 and sort.field.1 = Parameter.2


Regards
Ajesh