Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I like to make the above . See my QV Doc.
Paul
Hi Paul,
Go to properties> number > define the format
Paul,
See the attachment.
Thanks,
AS
Use num(() function.
We can change the number format for the data.
take for eg: if the value is displaying in the list box->properties->number->select the field
change the format.
Use Ceil() like:
=Ceil(4,952,971.2, 0.1 )
Hi Paul,
Use num function as
=num( Your Expression , '###,###,###.#')
Write your expression within the bracket.
Hope this will help you in displaying result in text box also.
- Lalit
Hi Paul,
in your text box just write Num(<Expression>,'#,##0.0')
Many thank for all the reply. I will try it out and mark correct later.
Paul