Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
frac(5.32) gives me 5.320000000000013 instead of 0.32.
can anyone explain to me why this is?
thanks
What version are you on ? Qv 11 SR2 (64bit) returns 0.34
Jonathan
Hi,
I am current on QV v11 SR2 (32bit). I am having other problems with it like the images don't display, so this might just be a version problem.
thanks
I found with SR1 that after a reloading sheet objects didn't refresh as expected. Closing and then reopenning the document helped.
Not seen it on SR2 yet but see if a restart of the document helps.
Jonathan
I don't think it's a bug, but floating point calculation. See also http://community.qlik.com/blogs/qlikviewdesignblog/2013/12/17/rounding-errors
v11.2 SR5 shows the correct result..
Hello,
frac(5.32) works but not frac(29.01).

You have to round frac function to have the good result.
It's not a Qlikview bug but an interpretation of the rounded number. See my post above.