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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

save not working

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?

5 Replies
el_aprendiz111
Specialist
Specialist

Hi,

Change the Save Before Reload setting in the User Preferences on the Save tab.

markp201
Creator III
Creator III

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.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Qlik Sense or QlikView?

Anonymous
Not applicable
Author

qlik enterprise

ramasaisaksoft

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.