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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Remove the Label from the first dimension

Hello,
I've a bar Chart with two dimensions (And I need both in my dimension tab) and I want to hive the label of first dimension.

eRRO1.PNG

If you see in this image, I want to remove the label marked with yellow corresponding to the 1st dimension.
I try to:
     - put the colour to white in Dimension Tab but it still black
    - put the colour to white in Axis Tab but with that I hide both labels

THANKS

1 Solution

Accepted Solutions
swuehl
MVP
MVP

If your dimension values are numbers, try a calculated dimension

=Dual( ' ' , YourFirstDimension)

View solution in original post

5 Replies
swuehl
MVP
MVP

If your dimension values are numbers, try a calculated dimension

=Dual( ' ' , YourFirstDimension)

vinafidalgo
Partner - Creator
Partner - Creator

Can you upload your QVW please?

NZFei
Partner - Specialist
Partner - Specialist

Edit the first dimension to if(len(trim(Dimension1Name))>0, ' ')

So basically replace the dimension 1 content with a space ' '.

Digvijay_Singh

What if you uncheck 'Show legend' for the dimension in dimension tab.

Chanty4u
MVP
MVP

did u try this?

legend.png