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: 
Woppi
Contributor II
Contributor II

format date

Hi, date is shown as 20211209. If I try to convert in number format "date" (DD.MM.YYYY), the date is displayed like this 28Convert_text_date_1.pngConvert_text_date_2.png.05.57236.

1 Solution

Accepted Solutions
JHuis
Creator III
Creator III

Hi,

 

you have to convert it to a date:

Date(Date#(DATEVALUE,'YYYYMMDD'))

View solution in original post

3 Replies
JHuis
Creator III
Creator III

Hi,

 

you have to convert it to a date:

Date(Date#(DATEVALUE,'YYYYMMDD'))

Joseph_Musekura
Support
Support

Hi @Woppi ,

As suggested by  @JHuis , check the difference between using date () and Date# here https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157

/joseph

Woppi
Contributor II
Contributor II
Author

Perfect! Thank you

Convert_text_date_3.png