Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Strange Decimal Number

Hi, I have a question.

I create one text box contain this expression :

=num(5555+(98/100), '#,##0.00000000000000') the result return 5,555.97999999999960

Is it a bug from QlikView ?

The result i expect is 5,555.98000000000000

But when i change the number of the expression become =num(1111+(98/100), '#,##0.00000000000000')

The result is correct 1,111.98000000000000

Anyone has the idea ?

Thanks in advance

7 Replies
devarasu07
Master II
Master II

Hi,

Try like below,

=Num((5555+(98/100)),'$#,##0.00;($#,##0.00)')

=Num((1111+(98/100)),'$#,##0.00;($#,##0.00)')

sarvesh
Creator III
Creator III

Could you share that data with me.

tresesco
MVP
MVP

A good read would be: Rounding Errors

devarasu07
Master II
Master II

Hi,

22.JPG

ahaahaaha
Partner - Master
Partner - Master

Hi Chou,

Like all right  you (look attached file).

1.jpg

You need to analyze the data.

Regards,

Andrey

MarcoWedel

devarasu07
Master II
Master II

Hi,

If the issue got resolved, help to close this thread by marking correct or helpful

Thanks,

Deva