Pergunta
Is it possible to display labels only for the Top N values in a pie chart?
Is it possible to display labels only for the Top N values in a pie chart?
IF RANK_UNIQUE([Percent of Total]) <= 4 THEN ATTR([Sub-Category]) END9. Create a calculated field and name it Top 4 Label for Percent of Total:
IF RANK_UNIQUE([Percent of Total]) <= 4 THEN [Percent of Total] END10. Right-click Top 4 Label for Percent of Total and select Default Properties > Number Format. Change the number format to Percentage.