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: 
reshmakala
Creator III
Creator III

Join Problem

Hi All,

Attached is my QVW file. My amount values do not sum up as expected. Can anyone let me know what I am doing wrong?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Not quite sure what you want to achieve, but I assume the end of your script should look like

...

Result:

NOCONCATENATE

LOAD * Resident TEMP;

JOIN

LOAD * Resident FinalTable;

DROP TABLES FinalTable, TEMP;

View solution in original post

1 Reply
swuehl
MVP
MVP

Not quite sure what you want to achieve, but I assume the end of your script should look like

...

Result:

NOCONCATENATE

LOAD * Resident TEMP;

JOIN

LOAD * Resident FinalTable;

DROP TABLES FinalTable, TEMP;