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: 
squeakie_pig
Creator II
Creator II

Changing format of global variables

Hi

Is there a setting anywhere in Sense Desktop where you can change the format of the global variables for all future new dashboards?

For example, these are the predefined Date / Months formats in any new dashboard.

SET DateFormat='D/M/YYYY';
SET MonthNames='Jan.;Feb.;Mar.;Apr.;May;Jun.;Jul.;Aug.;Sep.;Oct.;Nov.;Dec.';

I don't like those formats and want to use 

SET DateFormat='DD/MM/YYYY';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';

I don't want to have to SET this to the format every single time.  Is there a setting anywhere that will change this so any new dashboards created will have the correct format automagically in the list of global variables?

 

0 Replies