Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i change decimal point value into whole value

Hi Friends,

I want to change decimal point value into whole value in text box. When I create the expression in a text box for show percentage of some field, it shows me like this "55.98745". But I need to show it like "56". Can you please help me how to do in a expression.

And my expression  is   "=(Count([Product A])/Count([Total Product]))*100"

1 Solution

Accepted Solutions
MarcoWedel

=Round((Count([Product A])/Count([Total Product]))*100)

View solution in original post

3 Replies
MarcoWedel

=Round((Count([Product A])/Count([Total Product]))*100)

Not applicable
Author

Marco its awesome and thank you very much

MarcoWedel

you're welcome

regards

Marco