Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS

Debug Mode : "do not store" as an option

simonaubert
Partner - Specialist II
Partner - Specialist II

Debug Mode : "do not store" as an option

Hello,

A very easy idea to implement : in debug mode, I would like an option (like a checkbox) "do not store". It would deactivate all "Store" command. So that :
-I don't loose time for storage
-I can work in parallel on another application B that consume the file generated by application A without issue due to sampling in debug mode.

Best regards,

Simon

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
Tags (2)
4 Comments
vadim_pozdnyakov
Partner - Contributor II
Partner - Contributor II

This feature would also be useful to me. Often I have to go through the script and comment on all STORE commands, this is not very convenient.

Patric_Nordstrom
Employee
Employee

Thank you for your feedback on ways to improve our product. While this is something we understand would be useful, it's not on the short-term roadmap. Please continue to show your support for this idea.

Thanks,

Patric

Fyi, it's possible to mimic the behavior with a variable and toggle between 'store' and '//':

set vStore = 'store';
//set vStore = '//'; // Remove initial comment to disable store

$(vStore) header into [lib://Testdata/data.csv] (txt);

 

Status changed to: Open - Collecting Feedback
Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived