Prev: Interpreting Values
Next: Full chart view?
From: KateB on 27 May 2010 16:39 I have a report that calculates the percentage compliance on various questions and these are then charted in a bar chart. It could be that the compliance is zero (i.e. not doing any of the required competencies), or it may be that the section is not applicable. Therefore, the calculation will return either NA (not applicable) or 0%. I want the data labels in the chart to show 0% but not NA (which currently shows as 0%, but I also tried NA(), #NA etc and the label shows that as its value). I've tried various things but it either hides both or shows both. Any suggestions please? Kate
From: Luke M on 28 May 2010 08:39 What type of chart are you using? -- Best Regards, Luke M "KateB" <KateB(a)discussions.microsoft.com> wrote in message news:AD9CBED4-23B1-463F-AD82-314398C589F9(a)microsoft.com... >I have a report that calculates the percentage compliance on various > questions and these are then charted in a bar chart. It could be that the > compliance is zero (i.e. not doing any of the required competencies), or > it > may be that the section is not applicable. Therefore, the calculation > will > return either NA (not applicable) or 0%. I want the data labels in the > chart > to show 0% but not NA (which currently shows as 0%, but I also tried NA(), > #NA etc and the label shows that as its value). I've tried various things > but it either hides both or shows both. > > Any suggestions please? > > Kate
From: KateB on 2 Jun 2010 09:22 Sorry Luke, I hadn't had notification that anyone had replied! Its just a simple bar chart. At the moment it has a custom format for the labels of 0%;;; I didn't know if there was something similar for #NA. Kate "Luke M" wrote: > What type of chart are you using? > > -- > Best Regards, > > Luke M > "KateB" <KateB(a)discussions.microsoft.com> wrote in message > news:AD9CBED4-23B1-463F-AD82-314398C589F9(a)microsoft.com... > >I have a report that calculates the percentage compliance on various > > questions and these are then charted in a bar chart. It could be that the > > compliance is zero (i.e. not doing any of the required competencies), or > > it > > may be that the section is not applicable. Therefore, the calculation > > will > > return either NA (not applicable) or 0%. I want the data labels in the > > chart > > to show 0% but not NA (which currently shows as 0%, but I also tried NA(), > > #NA etc and the label shows that as its value). I've tried various things > > but it either hides both or shows both. > > > > Any suggestions please? > > > > Kate > > > . >
From: Jon Peltier on 2 Jun 2010 22:25 The NA() trick only is relevant to line or XY charts. In a bar chart use 0, since a zero-height bar isn't visible. Your custom number format will work just fine. - Jon ------- Jon Peltier Peltier Technical Services, Inc. http://peltiertech.com/ On 6/2/2010 9:22 AM, KateB wrote: > Sorry Luke, I hadn't had notification that anyone had replied! > > Its just a simple bar chart. At the moment it has a custom format for the > labels of 0%;;; I didn't know if there was something similar for #NA. > > Kate > > "Luke M" wrote: > >> What type of chart are you using? >> >> -- >> Best Regards, >> >> Luke M >> "KateB"<KateB(a)discussions.microsoft.com> wrote in message >> news:AD9CBED4-23B1-463F-AD82-314398C589F9(a)microsoft.com... >>> I have a report that calculates the percentage compliance on various >>> questions and these are then charted in a bar chart. It could be that the >>> compliance is zero (i.e. not doing any of the required competencies), or >>> it >>> may be that the section is not applicable. Therefore, the calculation >>> will >>> return either NA (not applicable) or 0%. I want the data labels in the >>> chart >>> to show 0% but not NA (which currently shows as 0%, but I also tried NA(), >>> #NA etc and the label shows that as its value). I've tried various things >>> but it either hides both or shows both. >>> >>> Any suggestions please? >>> >>> Kate >> >> >> . >>
|
Pages: 1 Prev: Interpreting Values Next: Full chart view? |