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: 
Rehan
Creator III
Creator III

Combo Chart Previous Year and Monthly current Year

I am using QS Enterprise 06/2019 release. I am working  on a Combo Chart with Months as Dimension and using the 2 expressions as below

Bars- COunt({<[Cal Year]={$(=Max([Cal Year]))}>} Distinct CustomerID)

Line(Cumualative for Current Year) -RangeSum(Above(TOTAL COunt({<[Cal Year]={$(=Max([Cal Year]))}>} Distinct CustomerID), 1, RowNo(TOTAL)))

Please see the attached desired result. I want to show the Bars for current year (Jan-Oct) and a single bar call "Baseline" which will be the total of Previous year (2019) and a Bar for Target.

How I can accomplish this

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

not sure if this is the best way but i think you may need to use value list . see below url for reference.

 

https://community.qlik.com/t5/Qlik-Design-Blog/ValueList-For-those-tricky-situations/ba-p/1476275

basically your value list will be (previous year, jan, feb,...dec, total)

blueran
Contributor II
Contributor II