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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help in expression

Hello Friends,

I have column name as Invoice Date it contains value of YYYY-MM-DD like (2011-01-23), my requirement is I need to create dimention like Jan 2011.

I tried YearMonth(Invoice_Date) in script level and in expression level.

I am not getting any solution for that, could you please any one suggest a way to show Monthname and Year.

Regards

Chriss

3 Replies
nagaiank
Specialist III
Specialist III

Try

MonthName(Invoice_Date)

For 2011-01-23, this will return 'Jan 2011'

Not applicable
Author

Hello chrismervin,

have you tried to use the date function?

like  date(Invoice_Date,'MM YYYY') ?

Regards,

Aylin

Not applicable
Author

Hello Sir,

Thanks a lot it works

Regards

Chriss