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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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?

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

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
Champion III
Champion III

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;