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

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


Labels (1)
4 Replies
marcus_sommer
MVP
MVP

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
MVP
MVP

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