Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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:
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: