Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Remove text in chart when data selected.

I have text on my pie chart for each section. When a selection is made I want the text in the labels to go away. Please help!

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi Vector.

Look at the attached image.

Write the below expression in highlighted content

=IF(Ethnicity='NULL' or Ethnicity='Unknown','New Group',Ethnicity)

Regards

ASHFAQ

View solution in original post

10 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Go to chart properties --> General tab --> Deselect Show title in chart.

Regards

ASHFAQ

Not applicable
Author

I don't see that optiondeselect.png

ashfaq_haseeb
Champion III
Champion III

Hi,

Look at the attached Image.

Remove highlighted text and deselect highlighted option

Regards

ASHFAQ

Not applicable
Author

This removes the title in the chart. I want to remove the labels in the chart when one is selected

ashfaq_haseeb
Champion III
Champion III

Hi,

Just uncheck show title in chart.

Regards

ASHFAQ

Not applicable
Author

deselectsh.png

ashfaq_haseeb
Champion III
Champion III

Hi,

If possible can u share your .qvw file,

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Hi,

Can you close this thread even.

Regards

ASHFAQ

Not applicable
Author

one last question. I am trying to do the same thing in the bar chart. combining null and unknown. where do I put

=If(GetSelectedCount(Ethnicity)=0,'Unknown',if(GetFieldSelections(Ethnicity)='NULL' or GetFieldSelections(Ethnicity)='Unknown' ,'Unknown'))