Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsIf the variable was created in the script, and it is empty, it will not be copied out to the layout.
So a script created variable can be deleted either with:
LET v=null();
SET v=;
Run for example this script below in a new document:
Set vTest=1;
LET vTest=null();
Note that no vTest variable will exist in the variable overview. However, if you already had a vTest variable from before, it will still be there!
1. Make sure you have no variables in your variable overview.
2. Make sure you let your generated variables be Null at the end of your Loop in the script.
Other options:
If you are using QlikView you can delete them manually by using the Project Folder and removing it directly from the XML files. https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/QlikView_Project_Files.htm
In Qlik Sense you don't have that option, but you can instead do this with the Variable APIs https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/qlik-variable-interface.htm
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us