Hi I need an advise. i have this code below. i want to put the date as the colQueryAxis my problem is i cant format the date into "MM/DD/YYYY". Is the OLAPDataGrid have a property that works like labelFunction? thanks in advance.
data:Object = {
customer:"AAA",
product:"ColdFusion",
quarter:"Q1"
revenue: "100.00"
date:"Sun Apr 1 00:00:00 GMT-0400 2007" }

