Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to make 4952971.2 display as 4,952,971.3 ?

Hi All

I like to make the above . See my QV Doc.

Paul

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Paul,

See the attachment.

Thanks,
AS

View solution in original post

8 Replies
avinashelite

Hi Paul,

Go to properties> number > define the format

amit_saini
Master III
Master III

Paul,

See the attachment.

Thanks,
AS

sujeetsingh
Master III
Master III

Use num(() function.

vardhancse
Specialist III
Specialist III

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.

tresesco
MVP
MVP

Use Ceil() like:

=Ceil(4,952,971.2, 0.1 )

Not applicable

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


qlikpahadi07
Specialist
Specialist

Hi Paul,

in your text box just write Num(<Expression>,'#,##0.0')

paulyeo11
Master
Master
Author

Many thank for all the reply. I will try it out and mark correct later.

Paul