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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Pomna
Creator III
Creator III

3rd quarter

Hello experts I need help creating a chart that shows only the third quarter of each year. My master calendar has quarter but am at a loss on how to extract only the third quarter. My chart needs to look like the attached chart below

 

Thanks

 

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

In your expression use set analysis to do the filtering
Assuming your calendar has a column called Quarter with values Q1,Q2,Q3,Q4
use an expression like
Sum( {<Quarter= {'Q3'} >} Sales)