Basic question, but I can't fiqure it out. Using Crystal 10 I need to turn zeros into blank fields.
So if 0 then " ", but I don't know what hte formula would be.
This is what I tried.
If ({ROTOptionExport.Shares 1}= 0 )then " " else ({ROTOptionExport.Shares 1})