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
(because isn't a string)

Any other work-around ?

Regards, LluĂ­s

-- 
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.

Reply via email to