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: 
Not applicable

Month function in expressions

Hi, I have date filed as

1/29/2014

3/22/2014

7/15/2014

5/23/2014

12/24/2014

I am trying to extract Month in a list box expressions, But I am not getting as needed

Month(Date(Apld_Dt, 'DD/MM/YYYY'))

Month (Apld_Dt)


As a result I am getting as x -

Please advise



Labels (1)
2 Replies
oknotsen
Master III
Master III

Use the date#() function instead of the date() function.

May you live in interesting times!
sunny_talwar
MVP
MVP

Yup like Onno van Knotsenburg‌ said, may be you need to tell QlikView that this is a date. And you can do that using Date#() function:

Month(Date#(ApId_Dt, 'M/D/YYYY')) as Month