BusinessObjects Board

"ALL" Dynamic prompt

Hi,

Please guide me on how to create the prompts at universe level. I need to include the “ALL” to the object values.

Thanks and Regards,
Vipul


V’pul :us: (BOB member since 2005-11-24)

Hi,

Please do a search prior to posting. This question is in the FAQ’s in the Designer forum


irish_stan :ireland: (BOB member since 2003-05-13)

Moved from “General Discussion” to the “Semantic Layer” forum, which is where Designer topics are discussed.


Anita Craig :us: (BOB member since 2002-06-17)

Hi ALL,

Thanks for your reply…
But when I run the report then the report is not selecting any values.

I wrote the code as:

Select Clause :

Where Clause :

There is no error in this code and parse is ok.

But when I refresh the report and provide the values for the prompt then report is not selecting any records.

Please help me in this problem.

Thanks and Regards,
Vipul Garg


V’pul :us: (BOB member since 2005-11-24)

Well, your code looks to me corrent but try this things:
Edit LOV of Application\Application Name and add this code.

 UNION (Select 'ALL' from table name) 

Now save and close it and click on display button to check LOV and Click on Export with Universe check box. Then export universe and refresh reprot.


wack_jack (BOB member since 2005-12-28)