Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sdtfll
Contributor III
Contributor III

why the varaibles remains in the app?

I have several variables just like:

let var1 = 1;

let var2 = 2;

let var3 = 3;

then I update the app with above variables.

 

one day later, I load new data and remove above three variables from app code.

even I remove them from the scripts, but in the frontend I still see them in variables, and also can use them.

 

How to remove them using scripts?

Labels (1)
2 Replies
anthonyj
Creator III
Creator III

Hi,
Variables will stay in the app even though you have deleted them from the load script. You can delete them by adding:
let var1 = ;
let var2 = ;
let var3 = ;
Regards
Anthony
justISO
Specialist
Specialist

or you can find all your variables within app in edit mode left bottom and delete them manually if not needed

justISO_0-1648535032206.png