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: 
Not applicable

Date Format

How to convert date format in oracle query.

4 Replies
vishsaggi
Champion III
Champion III

Hi Malhar,

Can you share your query. You can use the Date() or Date#() Function in the Load statement while pulling the data from Oracle database.

Regards,
V.

sunny_talwar

You asked the same question here too:  Date Format in QlikView

isorinrusu
Partner - Creator III
Partner - Creator III

Expanding what vishsaggi said:

If your date format is '11-Sep-1999', you can use Date#(YourDateField, 'DD-MMM-YYY'). This will tell QlikView what format the date is.

If you want to give it a new format, use Date() alongside with Date#():

Date(Date#(YourDateField, 'DD-MMM-YYY'), 'DD/MM/YYYY').

This will have the following output: 11/09/1999.

buzzy996
Master II
Master II

u can try with Date() or Date#() by specifing the format in side the function like 'YYYY/MM/DD'.