Dear all,
Could you advise how I can use export excel command with specific number of decimal? I couldn't find the info on the export manual. I want export the data with two decimal only. I tried
and
, but doesn't work. Thank you.
Best,
Abdan
Could you advise how I can use export excel command with specific number of decimal? I couldn't find the info on the export manual. I want export the data with two decimal only. I tried
Code:
nformat(number_d2)
Code:
dec(2)
Best,
Abdan
Comment