im trying to assign empty string to the qlik variable once my process is completed. but once i refresh the page the old value is assigning instead of empty string.
process steps:
1. assigning qlik variable a value
2. app.doReload()
3. app.doSave()
4. assigning qlik variable '' value
if i check the variable value with text chart in extension, it showing ''(empty), but if i refresh the page it is show the value from step 1. without refresh if i go to the data load editor and load data manually then the '' value is assigning to the qlik variable permanently.