Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
i have scenario, i have a month column present and it is displaying values like 1.2.3..etc but here instead of 1,2,3 i want to display 01,02,03..etc
Thanks in advance.
Try num(MonthField,'00')
Hi Kumar,
Try below one:
Date(Month(MonthField),'MM') As MonthField
Thanks,
Arvind Patil
Dear,
Try
Num(month,'##') as month
Thanks,
Mukram
Try num(MonthField,'00')
Hi,
thanks for your reply,
still expected values are not coming.
Hi Kumar,
post sample data Apps.
What are the values it giving?
now values are displaying 01,02 ..etc thanks, Sharaddha
Great!
Hi, try date(makedate(date_field),'YY') as date_field