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

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

Labels (1)
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