Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to convert the string into Month. I have a column with string values like Jan-10,Feb-10.... I am trying to sort it in the original order as Jan,Feb ... in the bar chart. Since it is string the same can be done by converting the values to date format. Is there any other way to acheive this without changing the database level(Since huge data is there).
You need to use Date# function
In your example it should be date#(MyField,'MMM-YY')
Rgds,
Sébastien
You need to use Date# function
In your example it should be date#(MyField,'MMM-YY')
Rgds,
Sébastien
Thanks Sebastien,
It is working fine as expected.
Great !