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: 
yacine_b
Contributor III
Contributor III

drop all tables using a macro

Hi,

Is it possible to drop all tables using a macro ?

regards,

Yacine

3 Replies
yacine_b
Contributor III
Contributor III
Author

Hi all,

Can someone help me on this ?

johnw
Champion III
Champion III

I believe the answer is no. I believe macros can only modify objects, NOT the underlying table structure. What are you trying to accomplish?

yacine_b
Contributor III
Contributor III
Author

thank you John, I used ActiveDocument.RemoveAllData. it has resolved my problem.