>
> Hi,
>
> another option is to use the formatters:
>
> http://code.google.com/apis/visualization/documentation/reference.html#dateformatter
>
> Maybe this can work for you.
> Other than that, you can file a feature request,
> or better yet, just implement this in the open source project, here:
>
Hi,
I'm trying to obtain a year-month string from a date column. Ex.:
2010-03-09 ---> 2010-03
There isn't any text scalar function in the language; ex..
concatenate, left, substring, ...
The closest solution is: year(A)*100+month(A)
But with solution I can't display for example in a column chart