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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Converted date - month disappears when exported to Excel

I have an application that gets data from two different databases (from QVD files). One of the databases have date format yyyymmdd and I convert it to our standard dd-mm-yyyy. BUT when I export the converted dates to Excel the months disappear, so instead of exporting e.g. 27-01-2013 it exports 27--2013 (both to XP and Win7).

Any ideas ? I enclose a small application for you to play with.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

It's only the formatting that doesn't arrive in excel. The numeric date value is still correct. What happened is that you used mm instead of MM for the months. In Qlikview mm means minutes, not months. If you change your date format mask then it will export the formatting correctly too.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

It's only the formatting that doesn't arrive in excel. The numeric date value is still correct. What happened is that you used mm instead of MM for the months. In Qlikview mm means minutes, not months. If you change your date format mask then it will export the formatting correctly too.


talk is cheap, supply exceeds demand
Not applicable
Author

Bummer. So simple and I have spent so much time on it. THANK you so much !