stacked chart with vertical secondary axis series

  • Hi
    I have a stacked chart I need to calculate attainment percentage but i'm getting extra labels on the trend which are 0 %.
    the formula I used for the label is :

    CStr(((Sum(Fields!CompletedOnTime.Value) * 100) / CountDistinct(Fields!Code.Value,"Month_Year2"), 1)) + "%")
    if you look in the table these fields are OnTime/ Total Scheduled so the percentage on the graph should be the same as in the table. see the screenshot of my chart, the design and preview.

Viewing 0 posts

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