Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
moteb_marei
Contributor II
Contributor II

Merge 2 Date Formats

Hello,

I have 2 datasets one is xlsx and another in csv format.

When I loaded the data to qliksense desktop the csv file date field is working but the xlsx one doesn't.

I have tried date(datefield,'DD-MMM-YYYY') and date(date#(datefield,'DD-MMM-YYYY'),'DD-MMM-YYYY') but it doesn't.

When I left it as datefields only it has shown like the attached picture.

Please help.

 

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

It looks like your first dates in the picture is not interpreted as dates. Try something like this.

date(date#(datefield,'MMM, D YYYY'),'DD-MMM-YYYY')

View solution in original post

1 Reply
Vegar
MVP
MVP

It looks like your first dates in the picture is not interpreted as dates. Try something like this.

date(date#(datefield,'MMM, D YYYY'),'DD-MMM-YYYY')