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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
marksmunich
Creator III
Creator III

QlikSense Default script

How can change the Auto genereated Script in the Qlik Sense data load editor. for example i want to include a couple of set statements so that it should appear by default on all the apps created in future. is there any config file which can be changed, so that changes reflect in all apps.

 

SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='$#,##0.00;-$#,##0.00';
SET TimeFormat='h:mm:ss TT';
SET DateFormat='M/D/YYYY';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';

Labels (1)
1 Reply
marksmunich
Creator III
Creator III
Author

@Michael_Tarallo  : any thoughts on this topic.