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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Smeenakshi23
Creator II
Creator II

Date Format in Qlikview

Hello,

 

Could you please help me with the below scenario

I am fetching data from a folder which has month wise file  which have the Salesdate and amount column, In each month the date format is different

For example, Jun has the format as DD/MM/YYYY , Jul the date would be mm/dd/yyyy,aug is YYYY/Mon/DD.

I need to change all the date foramt to dd/mm/yyyy. how to achieve this. On giving the format to the set variables doesnt help.

Thanks,

Sowmiya

Labels (1)
1 Solution

Accepted Solutions
Taoufiq_Zarra

Hi,

 alt , can help you solve this problem :

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

2 Replies
Taoufiq_Zarra

Hi,

 alt , can help you solve this problem :

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
rubenmarin

If the file is suing a date field it will be a number so if you are lucky maybe justa  date(FieldName) can return the date in the specied date format of the QlikView document.

If not you can't really know if 01/02/2020 is for 1-feb (DD/MM/YYYY) or for 2-jan (MM/DD/YYYY).