Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
zagzebski
Creator
Creator

Labels from expressions on X-Axis

This should be real simple but I don't see how to do it. I have a bar chart with no dimensions, only expressions.

I want to put the name of the label I give each expression on the X axis under its respective bar. I don't see how to do this. If I choose "Text on Axis" in the Properties Expressions tab it just puts the data value of the expression on the X Axis not the label. Any ideas how to get the name (label) under the bar?

Thanks in advance for any help!

Steve

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

It should work as long as you turn off the legend in Presentation. If it doesn't work for you, can you post a QVW?

See my attached example.

-Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

It should work as long as you turn off the legend in Presentation. If it doesn't work for you, can you post a QVW?

See my attached example.

-Rob

jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

Chart Properties -> Presentation -> Uncheck Show Legend option.

Or you can create a Synthetic dimension try like this

Create calculated dimenison in Dimension tab

=ValueList('Test1', 'Test2')

and try below expression

=If(ValueList('Test1', 'Test2') = 'Test1', Sum(Exp1), Sum(Exp2))

Regards,

Jagan.