Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
AnaSilva
Partner - Contributor III
Partner - Contributor III

DATE format changed when qvd is read in Qlik Cloud

Good day,

One of our clients has migrated from Qlik Sense Enterprise (QSE) to Qlik Cloud (QCS). They pull all dates from a QVD called DIVISION_CALENDAR.qvd.

In QSE, the date format is YYYY-MM-DD.

AnaSilva_1-1726598728171.png

 

However, the same qvd read in QCS displays the format MM/DD/YYYY.

AnaSilva_0-1726598705403.png

 

Client wants the same format from QSE to be in QCS. What are we not seeing? How can we fix the format in QCS?

Any help is greatly appreciated.

 

Labels (3)
2 Replies
marksouzacosta
Partner - Specialist
Partner - Specialist

Hi @AnaSilva,

It can be related to the DateFormat and TimestampFormat variable in the Main Section.
Try this change:

SET DateFormat = 'YYYY-MM-DD';
SET TimestampFormat='YYYY-MM-DD h:mm:ss[.fff] TT';

marksouzacosta_0-1726599162033.png

 

Read more at Data Voyagers - datavoyagers.net
Vegar
MVP
MVP

For changing it on app level please have a look here:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Apps/regional-settings-i...

 

If you want to change your default then enter your user profile settings and change your regional settings for creating apps and scripts. See image below and this link

Vegar_0-1726600522678.png