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: 
sheetal1234
Contributor II
Contributor II

How to show data quarter wise??

Hi,
I am facing issue in showing data quarter wise,
problem statement is as below,
If I select May month it should give Apr to May in Q1.

if I select Aug then in Q2 it should show Jul to Aug in Q2 ,but it should not change  Q1 value,
it means I want to freeze previous quarter value and change only selected month quarter value.

Pls help

1 Reply
MayilVahanan
MVP
MVP

Hi

Are you looking something like below

Sum({<Date={"<=$(=Date(Max(Date)))"}, Quarter=, Month=>}KPI)

It will display the Month values upto max date available in that year.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.