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

Getting months from fields that have dates as 2017/01/01

Hi guys, I have a two fields that have dates ranging from January 2017 up until May 2018 in the following format 2017/01/01. I want to display leave taken in a monthly view. How do I get these dates to reflect as months (May 2018) in terms of creating an expression?

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be MonthStart() helps

MonthStart(Your expression of January 2017)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

May be MonthStart() helps

MonthStart(Your expression of January 2017)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Thanks Anil, it works