Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to convert 23.036821999 to 23.03 in chart but getting problem for that.
Thanks
Hi Ritul,
Use some thing like
Num(23.036821999, '#,##0.##')
Refer the reference mannual also.
Regards,
Anand
num#(expression [ , format-code[ , decimal-sep [ , thousands-sep] ] ])
Hi Ritul,
Use some thing like
Num(23.036821999, '#,##0.##')
Refer the reference mannual also.
Regards,
Anand
an example could be:
#.##0,##
Hi All,
Thanks for the help.
Thanks