Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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?