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

date formate

i need help!

no difficult question...

a date field shows me an integer like 46557.

can u tell me how i can make a date in the field like 15.08.2014?

thanx

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Try this:

date(Your_field,'DD.MM.YYYY') as Date

Thanks,

AS

View solution in original post

3 Replies
amit_saini
Master III
Master III

Try this:

date(Your_field,'DD.MM.YYYY') as Date

Thanks,

AS

PrashantSangle


Hi,

Use Date(fieldname,'DD.MM.YYYY')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
MarcoWedel

Date(fieldname)