I'm graphing on a bunch of data that has some missing fields. These fields show up blank in the legend or at the bottom of the graph. Is there any way I can write a formula that puts something like N/A instead in the graph?
I believe you'll need to graph on a formula instead of the field, and the formula should look something like this:
If {table.graphField} = "" //OR If IsNull({table.field})Then
"N/A"
Else
{table.graphField}
I have not done this before, so my syntax may be haywire, but I believe this will put you on the right track... Let me know if I am way off base! -rodbac
Sorry - I just found out that the first formula actually works. However, there is still some missing fields, but I think it is due to bad data.
Thanks a lot for your help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.