I want to use a side by side bar chart to show the number of widgets sold by day of the week. I want the days to be Mon, Tue, Wed ...etc and not 2, 3, 4 ...etc. When I use dayofweek({MY.DATE}) I get 2, 3, 4 in my chart. When I use:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"] [dayofweek({MY.DATE})] I get the name but it is sorted by that name. ie. Fri comes first. I am using CR XI & MSSQL 2005 db.