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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help Needed in the Tutorial.qvw

Hi

FYI, in the the Tutorial.qvw the when I sum the area of km, in the top the total is coming in a infinitive value.

How to correct the error?

1.3292088e+008


4 Replies
marcus_sommer

It's not an error, it is an format. Go to tab numbers in the properties for this object and changed the format.

- Marcus

Not applicable
Author

Hi Marcus,

Yes, I tried changed into number still no help?

Regards

Chriss

marcus_sommer

You could use a format-function therewith all elements shows the right format, perhaps so:

= num(Sum([Area(km.sq)]), '#.##0', ',', '.')

- Marcus

Not applicable
Author

Hello Marcus,

Thanks a lot.... awesome, it works fine...

Regards

Chriss