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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
agigliotti
MVP
MVP

how to delete all variables

Hello,

Is there some external utility to delete all variables from a Qlik Sense App ?

Regards

Andrea

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
13 Replies
Chanty4u
MVP
MVP

agigliotti
MVP
MVP
Author

i'm looking a way to delete all variables in one shot (like in qlikview).

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
Chanty4u
MVP
MVP

Try like this

LET varname=null(); in the script and then delete it from the front also this will delete the variable  permanently

Chanty4u
MVP
MVP

agigliotti
MVP
MVP
Author

ok but what about if i have many variables to delete ?

I don't want to delete one variable at a time...it would take a long long time...

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
agigliotti
MVP
MVP
Author

i'm talking about Qlik Sense no QlikView.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
Chanty4u
MVP
MVP

it will work i thnk am not tested

agigliotti
MVP
MVP
Author

I have so many variables in my qlik sense app because i'm using QDF GitHub - QlikDeploymentFramework/Qlik-Deployment-Framework: QDF version 1.7.1.

I'm going to import the app created on my local PC to Sense Server, so I need a quick way to delete all variables and let QDF create them again.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
pjtaylor
Contributor II
Contributor II

I've got the same issue. If you have somehow landed up with loads of unwanted variables in your app (that are no longer in the load script), you've got to delete them one by one in the Variables viewer. Some way of initialising them all in an app would be a win for me.