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

Compare Quarters

I am using this formula to extract the quarters from my date field.

= 'Q' & Ceil(Month([Create Date])/3) & '-' & Year([Create Date])

From this I get Q1-2016, Q2-2016, Q3-2016, Q4-2016. What I am having an issue putting together, a text field with the % change of:

Q3-2016 vs Q4-2016

1 Solution

Accepted Solutions
maxgro
MVP
MVP

I think with quarter serial field in a calendar (create the calendar in the script)

Look at Gysbert's answer here

Re: Week to week and quarter to quarter comparison

View solution in original post

2 Replies
maxgro
MVP
MVP

I think with quarter serial field in a calendar (create the calendar in the script)

Look at Gysbert's answer here

Re: Week to week and quarter to quarter comparison

Not applicable
Author

Thanks for the reply Maxgro, I will give it a try.