Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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
Hi,
Go to chart properties --> General tab --> Deselect Show title in chart.
Regards
ASHFAQ
I don't see that option
Hi,
Look at the attached Image.
Remove highlighted text and deselect highlighted option
Regards
ASHFAQ
This removes the title in the chart. I want to remove the labels in the chart when one is selected
Hi,
Just uncheck show title in chart.
Regards
ASHFAQ
Hi,
If possible can u share your .qvw file,
Regards
ASHFAQ
Hi,
Can you close this thread even.
Regards
ASHFAQ
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'))