Dear Sir,
I've a problem in sorting crosstab report, We need both the left side column and the top crosstab column to be sorted.
e.g. the crosstab column is Y for below.
select X, Y, Z from tableA;
if I do select X, Y, Z from tableA order by X,Y then Y the crosstab column may not be shown as sorted on report
if I do select X, Y, Z from tableA order by Y then X may not be shown as sorted.
Please advise.
Thanks and regards,
Chadwick