Hi guys ( stalwar1 )
I have a field like this:
I was wondering, how can I format it as a number? withou the E thing?
Thanks
Something like this
=Num(2.3782E-5, '0.000000')
=Num(FieldName, '0.000000')
When I do this, here's what happens:
Might need to add more 0s (=Num(2.3782E-5, '0.000000000'))... not sure but I see this, when I use this in text box object
even with a lot of 0.0000000000000000 that does not seem to work
May be this!!
=Num('2.3782E-5', '(dec)')
That's the first time I see this !
Great Surendra !!
Me too ... Well I have seen this before, but never used it to know how it works