Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
dear all, I have text box which will show some values based on calculations. I don't see formatting/style options to display the numbers. say for example if I am displaying a count and I wanted it to be in x,xxx,xxxx format. any idea on how to accomplish this?
regards,
sai
Try with num(count(expression), '#, ###, ####') like that..
Try with num(count(expression), '#, ###, ####') like that..
HI Saimeenakshi,
Please Try Below One:
=Num(sum(Value),'0,000,0000')
Thanks,
Arvind Patil
Hi Saimenakshi,
Please mark and close the thread .
Thanks,
Arvind Patil
Thank you both!! it worked