I am working in BO 3.X environment. I have created a report with OpenDocument function to jump from summary report to detail report .OpenDocument is working fine but on the main report where we are getting 0 values , it shows OpenDocument URL and if there is no zero value it shows correct figure . We are also using a formula with in this openDocument.
"""""""""""
If(IsNull([PartTime Summary].[Calculated PartTime])) Then 0 Else [PartTime Summary].[Calculated Part Time]"</a>"+ "
If we view this report in WEBI Rich client or InfoView design mode it works perfectly fine.
Your speedy reply will be appreciated.