Re: [visualization-api] Query Language, text scalar functions

2010-03-11 Thread Bug Chart
> > 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: >

[visualization-api] Query Language, text scalar functions

2010-03-09 Thread Lluis
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