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

Drop Table but keep selected dimensions

Dear Community

I am a bit unfamiliar with the creation and dropping of Temp tables. I have managed to create my Temp table but now I want to drop the table except on dimension that is the calculated dimension I needed to create

 

Please can I have some guidance on this matter

 

Thanks

2 Replies
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Try by just dropping only the fields

thanks

Thanks and Regards
Kashyap.R
Anil_Babu_Samineni

This will work, But not the good idea

Fact:

Load Name, Class, Sales From Table;

Temp:

Load If(Name='A', Name) as Name_A, Class, Sales Resident Fact;

Temp_Final:

NoConcatenate

Load Name_A Resident Temp;

Drop Table Temp;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful