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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression (round )

Dear Experts,

my simple expression is as follows,

ROUND(A,2)

A= my first expression.

rounding function not works as expected. (the result is as same in the first expression)

Can any one help me??

Rgds,

Priyantha

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Round(7074, 10)

View solution in original post

6 Replies
sunny_talwar

Are you rounding to two decimals?

Round(A, 0.01)

Chanty4u
MVP
MVP

check this

Rounding Errors

agomes1971
Specialist II
Specialist II

Hi,

what about reading this

Re: Doubts in understanding the ceil and floor functions

HTH

André Gomes

ToniKautto
Employee
Employee

Since A is a letter and can not be rounded, it is hard to tell from your example what exactly you are observing. Can you please provide the numerical example that does not work as expected? I would also recommend that you look at the function definition in the help, so that your expectations are accurate.

Round ‒ QlikView

Not applicable
Author

Hi Tony,

My expression is as follows

pmt(0.3405/12,8,-50,000,0,0)

the result of the expression = 7074

I want to have the answer =7070

so what i did is round(pmt(0.3405/12,8,-50,000,0,0),1)

but result is same.

rgds,

Priyantha.

sunny_talwar

Try this:

=Round(7074, 10)