HI folks,
i'm facing some problem with cross-tab data to display in descding order.
i have a following query results
student total
------------- ----------
ram 200
ajay 195
sanjay 166
ajith 80
i'm trying to show this result in barchart as well in tabular formart too. bar chart created well and bar are showing as per the query results (i.e bar data are in desc order)
And for the tabular format, i created cross-tab to show the same results as a tabular format.i brought tabular format report by using cross-tab . but my data is not showing in descding order as i given above. it shows like as follows
cross-tab data results
==================
student total
------------- ----------
ajith 80
ajay 195
ram 200
sanjay 166
FYI : i chosen master report datasource for cross-tab.
can anyone help me to resolve this problem?