Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I upload my data through a qvd the date comes in the format mm\dd\yyyy in my chart
I need to get my date in the mmm - yy format
Please advise
You can use the date() function:
date(YourFieldName, 'MMM-YY')
Hope this helps
Fernando
You can use the date() function:
date(YourFieldName, 'MMM-YY')
Hope this helps
Fernando
Thank you so much. That worked perfectly