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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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 (1)
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 🙂