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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser222
Creator
Creator

Round function

Hi All,

How can I convert 0.7677 to 77 ?

I used round(0.7677,0.05)* 100 but it gives 75.

Please help.

Thanks

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

=round(0.7677,0.01)* 100

View solution in original post

4 Replies
tresB
Champion III
Champion III

=round(0.7677,0.01)* 100

prieper
Master II
Master II

ROUND(x*100, 1)

Anil_Babu_Samineni
MVP
MVP

May be do this?

=Round(0.7677 * 100)

Or

=Round(Sum(Sales) * 100)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
MindaugasBacius
Partner - Specialist III
Partner - Specialist III