Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
noman212
Creator III
Creator III

Round Off

Dear All,

I have a no two nos.

2147 and 2933

I want to round of 2147 to 2000

and 2933 to 3000 Please assist.

Regards

Noman khan

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Round(YourNumber, 1000)

View solution in original post

8 Replies
Chanty4u
MVP
MVP

   Floor(Num('EXPRESSION'))

Anonymous
Not applicable

try with Floor() & Ceil()...

how it is stored into data??

tresesco
MVP
MVP

Round(YourNumber, 1000)

sunny_talwar

Try this:

=Round(Number/1000)*1000

Chanty4u
MVP
MVP

=num(round(urnum))

noman212
Creator III
Creator III
Author

Thanks Alot tresesco

Chanty4u
MVP
MVP

hi,round.png