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: 
polisetti
Creator II
Creator II

Label hide

Hi ,

i have straight table in expression tab i have different expressions and i need to write labels for every expression and the label show not visible in the chart.i need to hide that label .So what is the expression i need to write in label .

1 Solution

Accepted Solutions
NareshGuntur
Partner - Specialist
Partner - Specialist

May be use can write the label like this

=if(1=0,'This is the label just for understanding but this is not shown in the chart',' ')

This will not show any label for the expression.

Cheers,

Naresh

View solution in original post

5 Replies
Not applicable

When you dont want to show the label, just give spaces as label name for that expression. Hope that's what u need..!!

polisetti
Creator II
Creator II
Author

Ya i know that ,But i need to write Name in the expression label (b'coz when any other open the chart he should know for what this expression belongs) ,but in chart i need to hide.........

NareshGuntur
Partner - Specialist
Partner - Specialist

May be use can write the label like this

=if(1=0,'This is the label just for understanding but this is not shown in the chart',' ')

This will not show any label for the expression.

Cheers,

Naresh

Not applicable

Yes polisetti Naresh G is right. Give a conditional label where the condition is never true(like 1=0).

polisetti
Creator II
Creator II
Author

Thank you ...