Hi there, I have a project that constructs several DataViews from a base DataTable. These DataViews consist of calculated columns that need to be formatted. For example: I am constructing a DataView based on a DataTable with a Date column. In the DataView, the values in the Date column will be updated (by, say, adding +1 week), but the format should remain the same as what originally existed for the DataTable (say, MMMM yyyy).
Problem is, it appears that there is no way to apply a format to this column, or any other calculated columns in my DataView. Am I missing something? I've been trying to figure this out for days now, any help would be greatly appreciated. Thanks! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
