PDA

View Full Version : OrderByExpression for two FieldExpression?



alllala
11-13-2011, 01:00 PM
In Custom Reports you can sort the Report with the OrderByExpression command. But if you have more than one FieldExpression, the one that is not sorted is totally mixed.
But the must be a possibility to order more than won.
How can i do it?

alllala
11-13-2011, 01:09 PM
Thx, now i know:

you have to seperate the FieldExpression (FE) with a comma

OrderByExpression="FE1,FE2, ASC"