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: 
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

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.