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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
knightwriter
Creator III
Creator III

Combo Chart help

Hi All,

I want to create a Combo chart. I have one dimension as the month and I want to create a bar dimension for specific people only compared to an overall monthly figure.

My question is how do I create a bar line for individuals across the different months?

Thanks in advance.

Stephen


2 Replies
Not applicable

May you share qvw ith sample data and some image or excel with sketch of chart you would like to obtain?


regards

Darek

MK_QSL
MVP
MVP

Create a Combo Chart

Dimension

1) Month

2) =IF(Match([People Name],'Name1', 'Name2', 'Name3'),[People Name])          // This is calculated dimension

Tick Suppress When Value is Null

Expression

SUM(Sales)

or as per your requirements...

How this helps..