Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
ZoeM
Specialist
Specialist

Combo Chart (line/bar)

Hello Community.

I have a line chart that shows the years planned sales data. I would like to add a bar chart, but only one bar showing the total planned for the current month. So given this is July, my chart would show the 12 month line chart and one bar for July showing the total, like the attached.

Any help will be truly appreciated.

3 Replies
Lisa_P
Employee
Employee

Create the chart with all the measures and add in the measure for the current month by applying set analysis to limit it to only the current month

Sum({<Month={$(=Month(Today()))},Year={$(=Year(Today()))}>}GatewaysActual)

This will work out the current month and year and apply that as a filter

ZoeM
Specialist
Specialist
Author

Hi Lisa,

Thanks for that suggestion. I tried adding the month portion of the set analysis you provided and the expression doe snot like it, not sure if I used variables it recognized.

Anil_Babu_Samineni

I have work around, If you can provide sample data set

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful