Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I'm trying to save in the data load editor and sometimes it saves my work and the next it won't and I lose all my work. Does anyone know what the issue might be?
Hi,
Change the Save Before Reload setting in the User Preferences on the Save tab.
With qlik, the script is part of the document so if you have a large dashboard the save can take a while but there are few techniques and it works also with sense.
1. Work with an empty document if you are just working with the script. Create a tab with a single line EXIT SCRIPT; Make this the first tab and reload. The document will be empty and saving your script will take only a few seconds
2. Limited load - you can specify this in the debug mode.
3. External script file. Use $(Include) or $(Must_Include) to reference an external file - typically with a qvs extension. You can edit your script outside the document and it also lends well to securing code or implementing version control.
4. As fer fer suggested, turn on the save before reload option.
Hope this helps.
Qlik Sense or QlikView?
qlik enterprise
Settings-->User Preferences-->Save tab-->there u can find all type of Save formats.
if you want UI changes save
Ctrl+S will work else File Menu-->Save/save As you can save with in the same location create just like versions so that it will help to you for Analysis also.