I've used the "Report Grouping" tab in Orion Report writer to group my report output by a custom field (Bandwidth) but it's only listing the output in ascending order. Is there a way to make the output display in descending order? I can't find any options for this in the "Report Grouping" tab and editing the SQL by hand has no effect.
I assume the Report Writer does the Report Grouping using it's own code as follows:
"<LayoutGroups><Group Field="Bandwidth" GroupHeader="${Bandwidth}" WEBURL="" Alignment="0" ForeColor="0" BackColor="16777215" FontSize="8" FontName="Arial" FontBold="TRUE" FontItalic="FALSE" FontUnderline="FALSE" FontStrike="FALSE" Transparent="FALSE"></Group></LayoutGroups>"
I don't see where I can change the order of the group in there though.
Does anyone know how I might be able to change the order of the grouping for this report?