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: 
apthansh
Creator
Creator

Basic Resident load issue

I have attached qvw as sample..it has basic resident load but it not dropping the final resident table...any thoughts on what I am doing wrong ?

 

Thanks much

Labels (2)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this

ProjectPipeline:
NoConcatenate
load 
 lineID,
 Total_pp,
 [Expiration Date]
Resident  ProjectPipelineTmp;
drop table  ProjectPipelineTmp;

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this

ProjectPipeline:
NoConcatenate
load 
 lineID,
 Total_pp,
 [Expiration Date]
Resident  ProjectPipelineTmp;
drop table  ProjectPipelineTmp;
apthansh
Creator
Creator
Author

Thank you for your help as always...you are awesome 🙂