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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Showing data in chart

Hi All,

PFA

Below is condition.

For max year if quarter is Q4 is present then show annual data otherwise show quarterly data.

For all years except max year show annual data

We have applied some logic to get result. It seems fine.

Can you please suggest on this.

Thanks

1 Reply
Anonymous
Not applicable

Hi deepak ,

You can right the condition like this ,

if(Year=max(year)<>'Q4',Quarter,

if(Year= max(year-1),Year)

Like this using 'if' condition based on selections with  using sets.

I suggest like this if possible .

I will try another way and let u know

thanks ,

Bunny