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

round ?

Hello,

i want to have a dynamic dimension

that rounds an existing dimension at one position after the decimal point.

Is the "QV round function" working similar to the "excel round function"?

greetings

daniel

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Well, both functions round so I guess they are similar...

There are differences though, QV rounds takes a base as second parameter, so if you want to round to one decimal point, you need something like

=round(Value, 0.1)

where AFAIR Excel uses ROUND(CELL; 1)

Does this answer your question?

View solution in original post

3 Replies
swuehl
Champion III
Champion III

Well, both functions round so I guess they are similar...

There are differences though, QV rounds takes a base as second parameter, so if you want to round to one decimal point, you need something like

=round(Value, 0.1)

where AFAIR Excel uses ROUND(CELL; 1)

Does this answer your question?

Not applicable
Author

thanks for your quick help

you 're right excel is using the round function   Round (A1; 1)

so long

daniel

kamalqlik
Partner - Specialist
Partner - Specialist

HI Daniel ....in qlikview....for rounding we use the round()....go in the help tab..

and there are other functions such as ceil and floor...which are used for get tghe value