G
Guest
Hello,
I have Bar Chart in access database.
Rowsource for this chart is
TRANSFORM Sum(Chart_FD.CountOfUCCID) AS SumOfCountOfUCCID
SELECT Year
FROM Chart_FD
GROUP BY Year
PIVOT EQTMAN;
It works fine. But I would like to arrange the bars in an order of SumOf
CountOf UCCID descending. Trnasform Statement did not let me to Order by an
aggregate function. Is there any other way I can do this.
Thank you for your help.
I have Bar Chart in access database.
Rowsource for this chart is
TRANSFORM Sum(Chart_FD.CountOfUCCID) AS SumOfCountOfUCCID
SELECT Year
FROM Chart_FD
GROUP BY Year
PIVOT EQTMAN;
It works fine. But I would like to arrange the bars in an order of SumOf
CountOf UCCID descending. Trnasform Statement did not let me to Order by an
aggregate function. Is there any other way I can do this.
Thank you for your help.