Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
heathqm
Partner - Contributor III
Partner - Contributor III

How to add different dimension labels to each bar in a graph

I have a graph created in powerpoint like this: 

heathqm_0-1617380681955.png

Each bar is a different measure with a different dimension label for each.

 

Is there a way to do this with qlik sense?  I have so far created a graph like below and a dummy variable for the x axis. Ideally instead of a legend, I would like those labels on the bars or below like the pictures above. Is there a way to do this?

 

heathqm_1-1617380816544.png

 

1 Solution

Accepted Solutions
mato32188
Specialist
Specialist

Hi,

you have to create custom dimension and for each value of custom dimension need to assign proper measure.

Dim:

ValueList('Draft RFP xxx', 'ASP to Business xxx','Business Clearance ...')

Measures:

If(ValueList('Draft RFP xxx', 'ASP to Business xxx','Business Clearance ...') = 'Draft RFP xxx', YOUR MEASURE for DRAFT,

If(ValueList('Draft RFP xxx', 'ASP to Business xxx','Business Clearance ...') = 'ASP to Business xxx', YOUR MEASURE for ASP, YOUR MEASURE for Business Clearance)))

BR

m

ECG line chart is the most important visualization in your life.

View solution in original post

1 Reply
mato32188
Specialist
Specialist

Hi,

you have to create custom dimension and for each value of custom dimension need to assign proper measure.

Dim:

ValueList('Draft RFP xxx', 'ASP to Business xxx','Business Clearance ...')

Measures:

If(ValueList('Draft RFP xxx', 'ASP to Business xxx','Business Clearance ...') = 'Draft RFP xxx', YOUR MEASURE for DRAFT,

If(ValueList('Draft RFP xxx', 'ASP to Business xxx','Business Clearance ...') = 'ASP to Business xxx', YOUR MEASURE for ASP, YOUR MEASURE for Business Clearance)))

BR

m

ECG line chart is the most important visualization in your life.