BusinessObjects Board

Queries

Hi All,

I am new to reporting as till now i worked on administration.Can you please answer below queries

1.How we test reports in real time?

2.How to tune reports for better performance?

3.How to resolve #divide by zero error?

Thanks in advance.

-Krish…


gokul_bobj :india: (BOB member since 2008-03-28)

Hi,

Interview questions? :wink:

See this Reporter FAQ:

Instead of

=[A]/[B]

use

=If([B]<>0;[A]/[B])

Marek Chladny :slovakia: (BOB member since 2003-11-27)

First tip. Search!

To get rid of divide by zero error, you also also use IsError() function.


Jansi :india: (BOB member since 2008-05-12)

Gokul,We can test the report depend upon the report type we generate.
Like formats,drill,look and feel…so on
Basically,we should test the records retrived by the report.


Arjun (BOB member since 2008-07-28)