BusinessObjects Board

Avoid "There is no data corresponding to this query&quo

Hi,

Is there anyway I can avoid this popup screen that says “There is no data corresponding to this query” when there is no data to return.

Is there anyway to achieve someway like including dummy table in the query and returning some dummy value. (Say table from dual in oracle).

We are on DB2. What would be the table in this case?

Thanks
Taurean


Taurean (BOB member since 2005-08-15)

Hi- we did this in my project by adding a union to a query from dual table. Im not sure what you can do for sybase- perhaps if theres no such table you may need to create a dummy table which is just for this purpose. There are other ways as well to handle the supressing of popups.

Check this post for ideas


Roshknee :india: (BOB member since 2007-10-29)

Thanks for sending me the link. I got the dummytable name. It is sysdummy1.

Taurean


Taurean (BOB member since 2005-08-15)