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

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

Problem with date conversion

Hi Experts,

I have a list box Yearmonth which i haved attached below.My requirement is to show  Date in  TextBox in MM/DD/YYYY format when i click a date in listbox.

Regards

Tripati

1 Solution

Accepted Solutions
sunny_talwar

I think you need to fix your date field in the script. You can try something like this

Date(Num#(YearMonth), 'YYYYMM') as YearMonth

Read more about how to get dates correctly in QlikView here:

Get the Dates Right

Why don’t my dates work?

View solution in original post

1 Reply
sunny_talwar

I think you need to fix your date field in the script. You can try something like this

Date(Num#(YearMonth), 'YYYYMM') as YearMonth

Read more about how to get dates correctly in QlikView here:

Get the Dates Right

Why don’t my dates work?