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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

converts the proper date

Hi ,

i have one date field in my excel ..in that the format of date field data is DD/MM/YYYY.

but if i load the data into qv then i am getting the data like string

please find the below file

how to convert the numbers to date ?

2 Replies
Anil_Babu_Samineni

while you are loading into Qlik from Data source of excel it converts to Number format only

You can use Simple


Load Date([Purchase Date],'DD/MM/YYYY') as [Purchase Date] From <Source>;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

Date(Floor(Date),'DD/MM/YYYY')

Muthukumar Pandiyan