How to suppress labels of a category group in a chart

  • I want to display a bar chart with to category groups on the X-axis. The parent category group A has 10 elements and the child category group B has 7 elements.

    I want to suppress the labels of B because first 70 column labels would not be readable and the exakt labels of B are not so important (important is only their order).

    The chart dialog provides only the option to display all or none of the x-axis labels. I tried some conditional expression like iif(inscope("chart1_categorygroup1") ... but that does not work.

    Anybody having a solution?

    Thank you in advance

  • Have you checked by setting the "Label" property in "Chart Properties > Data > Category Groups > Group B > Edit .. > General > Label:" ?

    --Ramesh


  • I had tried it before setting it to

    =""

    but then ssrs is autonumbering the columns starting with 1. But now I tried it again, this time with

    =" "

    (notice the blank), and now I get the result I want.

    Thank you!

  • I am glad I could help you...:)

    --Ramesh


Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply