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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
PrincyAllwyn
Contributor
Contributor

How to convert the date format

Hi,

I am Princy Allwyn

I am just starting out with Qlikview. I have Date Field on that two types of dates are there. One is text format and another one is a numeric format now I want to convert the one format either text or numeric format. I tried Date(Date#(SubDate,'MM/DD/YYYY'),'DD-MMM-YYYY')AS Date, in this, it's showing only 2007 data. please respond as soon as possible

Labels (1)
3 Replies
tresB
Champion III
Champion III

Try like:

 

 Date(Alt(SubDate,Date#(SubDate,'MM/DD/YYYY')),'DD-MMM-YYYY') AS Date
PrincyAllwyn
Contributor
Contributor
Author

I tried it's not showing Date field.
tresB
Champion III
Champion III

Then it's probably date format issue, i.e. - the under laying date values are probably not how you see and explain. Could you share a sample app showing the issue?