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: 
chandu441
Creator
Creator

Can I convert Text date to Date format?hi

Please anyone give solution for my doubt?

I know how to convert date format to number or text in qlikview

- 1.png

In my QVD Date format is like Num. You can see the Number in Modified_Date Colum in below:-

2.png

Just I want to know how can I convert the Number in Date Format?

I have gone through several sites and articles but I didn't find my solution properly. So I'm raising my doubt here for getting my solution.

Thanking you In-Advance

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

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

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

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

settu_periasamy
Master III
Master III

Just put date function.

Date(Modified_Date)

maxgro
MVP
MVP

for date start here (also read the pdf at the end)

Get the Dates Right

date(yourfield)

1.png