BusinessObjects Board

Prompts in WEBI Report

Hi

I need to create WEBI document, which will have 2 prompts one for employee number and other for Social Security number of person. User will run this report either search for employee number or Social Security number.

How can i implement this or this need SDK programing?

Thanks
KRG


krgodbole (BOB member since 2003-02-24)

You can use the one many or all prompting described in this Designer FAQ.


Cindy Clayton :us: (BOB member since 2002-06-11)

Thanks for reply. But actually i am not looking for LOV with multiple value select. I want user can enter value in one of the 2 prompts on different Objects in Report.

Let me know if you want me to clarify this further?

Thanks
KRG


krgodbole (BOB member since 2003-02-24)

You have to fill in both prompts. If you take Cindy’s suggestion, you can build 1 or ALL choice for 1 prompt and AND it together with a 1 or ALL in the other.

The user has to fill in both.

Employee like “John Doe”
AND
SSN like “%”

or

Employee like “*”
AND
SSN like “123-45-6789”


Steve Krandel :us: (BOB member since 2002-06-25)