Closed GoogleCodeExporter closed 8 years ago
Please use the mailing list for questions. The issues database is for bug
reports and enhancement requests.
For your first example, you could use "Add a new column based on this column"
based on the Year column and use an expression similar to
(value+"-"+["01","04","07","10"][(cells['Period'][1]).toNumber()]+"-01").toDate(
)
This basically takes the quarter number and uses it to look up into a little
array of month numbers and then convert the whole string to a date.
Original comment by tfmorris
on 3 Mar 2012 at 7:17
Original issue reported on code.google.com by
gareth.d...@gmail.com
on 19 Nov 2010 at 1:54