BusinessObjects Board

how to use * in prompts

Hi all,
I am new to BO and webi. I have a requirement to use prompt in my report for order number.
user can either enter the order number in prompt or it should take ‘*’ to display all the orders.
how can I do this in prompts?
can anybody tell me please.

thanks.


ramcste (BOB member since 2007-10-24)

Hi,

The technique how to make prompt to accept ‘*’ (or ‘ALL’) and how to include it into LOV can be found in these 2 Designer’s FAQ:


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

you can create a predefined condition, something like :

( table.column  in  @prompt('prompt text','A','Class\objects',Multi,Free) or '*' in @prompt(''prompt text','A','Class\objects,Multi,Free) )

then, the user can select one or several values (the in sql operator", or all entering the ‘*’ value…


bernard timbal :fr: (BOB member since 2003-05-26)

thank you Marek and Bernard!!
Appreciate your immediate response.


ramcste (BOB member since 2007-10-24)