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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
yanivbm88
Creator
Creator

Change System variables Default value ('Main' section in script)

Hi,

How do you change the default value of the system variables in 'Main' section?

Capture.JPG

1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

Here

https://help.qlik.com/en-US/sense/3.1/Subsystems/ManagementConsole/Content/edit-engine.htm

you can find how to edit available settings

(Searindex is in section Advanced)

Regards

View solution in original post

6 Replies
Chanty4u
MVP
MVP

change means?

you can edit the same what ever the format you need

suppose  FirstWeekDay=6;

u can change it to 0,1,2,3,4,5...

yanivbm88
Creator
Creator
Author

I want to change the default value

martinpohl
Partner - Master
Partner - Master

the default values are setted by your Windows settings, so if there is a French Windows the monthnames are in French.

Otherwise you have to Change the Settings in each script (or use an include)

Regards

yanivbm88
Creator
Creator
Author

Some properties (Like 'CreateSearchIndexOnReload' ) are not related to Windows,

How their default value can be changed though? Shouldn't it be done somewhere in QMC?

martinpohl
Partner - Master
Partner - Master

Here

https://help.qlik.com/en-US/sense/3.1/Subsystems/ManagementConsole/Content/edit-engine.htm

you can find how to edit available settings

(Searindex is in section Advanced)

Regards

yanivbm88
Creator
Creator
Author

Thanks, then I guess every property has its own place where it is defined.