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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Quarter on Quarter Analysis

Hi All,

I want an expression for quarter or quarter. Chart should look like below Image.Quarter  Analysis.png

Expression : premium\turnover

Dimension : Quarter

If the premium\turnover of Q2 is greater than Q1 then Red Arrow, If the premium\turnover of Q3 is greater than Q2 then Red Arrow.

If  premium\turnover of Q4=Q3 then Amber Arrow. For Q1 i have to compare with previous years Q4.

Please send me the expression or QVW.

Please send ASAP

Thanks & Regards,

Keerthi

2 Replies
vikasmahajan

Following Expression for Prev Yr Qtr

SUM({$<FinancialYear=,MonthName=,Quarter=

,[Posting Date]={">=$(=QuarterStart(max({$<FiscalYear={$(=max(FiscalYear))}>}[Posting Date]),-1))<=$(=addmonths(max({$<FiscalYear={$(=max(FiscalYear))}>}[Posting Date]),-3))"}

>}[Sales Amount])

Following Expression for Curr Yr Qtr

SUM({$<FinancialYear=,Quarter=,MonthName=

,[Posting Date]={">=$(=QuarterStart(max({$<FiscalYear={$(=max(FiscalYear))}>}[Posting Date])))<=$(=max({$<FiscalYear={$(=max(FiscalYear))}>}[Posting Date]))"}

>}[Sales Amount])

Base on this calculate Growth % and show arrows using png with this post Re: Red or green arrow image based on values

Hope this help you

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Please explain me how do i use it in my expression ??