Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
oliviatww
Partner - Contributor II
Partner - Contributor II

Round up number?

Hi there,

I know it is possible to round up decimal like 32.65 to 33. But is it possible to round a number from 47,825 to 48,000 in Qlikview?

Any help is appreciated.

Thanks

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this using Round()

=Round(47825, 1000)

Regards,

Jagan.

View solution in original post

4 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this using Round()

=Round(47825, 1000)

Regards,

Jagan.

oliviatww
Partner - Contributor II
Partner - Contributor II
Author

Hi Jagan,

That's what I want. I was trying something like round(47,825, 1,000) but pops out error (probably due to the commas).

But anyway thanks for your help.

Kind regards,

Olivia

jagan
Luminary Alumni
Luminary Alumni

Hi,

If you have values in dimension or set analysis expression then try like this

Round(Sum(Sales), 1000)

OR

Round(Sales, 1000)

Hope this helps you.

Regards,

jagan.

Not applicable

Hi,

U can use this Round(sum(Sales),1000)

PFA.

Best Regards,
Shenne Tannavi