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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Date issue

I am using the below 

floor(num(Date([Invoice_Date_GMT]))) as [Invoice_Date_GMT_Updated],
floor(num(Date([As_On_Date_GMT]))) as [As_On_Date_GMT_Updated],
floor(num(Date([Ship_Date_GMT]))) as [Ship_Date_GMT_Updated],
floor(num(Date([Arrive_Date_GMT]))) as [Arrive_Date_GMT_Updated];

and each date individually works perfectly fine but when I combine them 

[Invoice_Date_GMT_Updated]& ''& [As_On_Date_GMT_Updated] &''&[Ship_Date_GMT_Updated] & ''& [Arrive_Date_GMT_Updated] as [Combined Date];

and when i use [Combine Date] in a table the year part for some of them comes as below

risabhroy_03_0-1636458394801.png

Please help.

 

2 Replies
edwin
Master II
Master II

hi can you provide sample data?

risabhroy_03
Partner - Creator II
Partner - Creator II
Author

This is the sample data 

risabhroy_03_0-1636471490415.png

 

=Date(Ship_Date_GMT_Updated,'DD-MM-YY hh:mm:ss TT')

 

And If I just use floor(num(Ship_Date_Updated)) it comes like this - 

risabhroy_03_1-1636471595516.png