I am having a problem getting a chart to work. I have created a formula that groups data based on a pre-defined number of date buckets (12 date buckets regardless of data duration). The grouping formula works but for some reason when i configure the chart to "On Change Of" the grouping formula it only displays the date part of the datetime that is returned by the formula. This is a problem because the time span could be anywhere from a few minutes to a few years. I know how to convert the datetime to a string a format that but once that is done the records are ordered incorrectly. Any ideas on how to get the chart to display the datetime as a datetime without converting it to a string would be greatly appreciated.