ab xyz 12 13 14 73 Sum for all the months
cd ade 25 76 87 23 Sum for all the months
…
…
My Requirement is to sort all the values based upon the data for current month(Feb in this case).
Currently when I try to sort on Feb,it gets sorted on the total field(as total is the sum of all the fields).
Any help will be highly appreciated.
Is it a crosstab block
How are you getting the total column in the end and on what column in the crosstab are you applying the sort
Give the columns mapped on to the block
Yes haider,it’s a crosstab block.
The total column is the horizontal sum for all the months.
We need to sort the data on the current month column only and not on the total values.
When you apply sort on body of crosstab it will not consider only for the “Feb”. In cross tab it will consider the first column and apply sort on that. in your case if you apply sort on measure it will be applicable to month “Nov”.