View Single Post
  #3   Report Post  
bala_vb bala_vb is offline
Senior Member
 
Location: Hyderabad
Posts: 237
Thumbs up

Quote:
Originally Posted by KateB View Post
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

try this, if(iserror(your function),0,your function).
it will generate 0 in the place of #NA.

all the best
__________________
Thanks
Bala