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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calculate function sum it doesn't work

hello

maby a stupid question

i am importing xml files in qlikview, then i will calculate the sum of all tickets.

but he don't do this

please help me

see attachment

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Your ThousandSep variable is set to a dot .

SET ThousandSep='.';

SET DecimalSep=',';

That causes your amounts to be treated as strings, since they're not valid numbers. If you change the dots and comma's it should work.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Your ThousandSep variable is set to a dot .

SET ThousandSep='.';

SET DecimalSep=',';

That causes your amounts to be treated as strings, since they're not valid numbers. If you change the dots and comma's it should work.


talk is cheap, supply exceeds demand
Not applicable
Author

Gijsbert

weer bedankt!!!

mvg

anton