Hi all,
I have string field month description from database, where the data is like Jan-11, I want to convert into 2011-01.
I have tried something like this.
@YearMonth
Year(cdate({Query1.Month Description}))&'-'&Month(cdate({Query1.Month Description}))
I have ended up getting 2011.00-1.00, And I can't format this.
Please advice any changes to the formula.
Thanks in advance.
I have string field month description from database, where the data is like Jan-11, I want to convert into 2011-01.
I have tried something like this.
@YearMonth
Year(cdate({Query1.Month Description}))&'-'&Month(cdate({Query1.Month Description}))
I have ended up getting 2011.00-1.00, And I can't format this.
Please advice any changes to the formula.
Thanks in advance.