Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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 (3)
1 Solution

Accepted Solutions
sunny_talwar

Try this

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

View solution in original post

2 Replies
sunny_talwar

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 🙂