Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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;