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: 
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

1 Solution

Accepted Solutions
tresesco
MVP
MVP

=round(0.7677,0.01)* 100

View solution in original post

4 Replies
tresesco
MVP
MVP

=round(0.7677,0.01)* 100

prieper
Master II
Master II

ROUND(x*100, 1)

Anil_Babu_Samineni

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