BusinessObjects Board

Adding 'All' as value in LOVs

Hi BO Gurus,
I have a requirement as given below:
I have a report where there are some prompts where I need to add value ‘All’ in LOVs of those prompts in such way that if user selects ‘All’ then it should display all the available data for that prompt.

All and all Optional Prompt does the same but the requirement to have value ‘All’ in LOVs.

Your help is appreciated.

Thanks


swap_l (BOB member since 2009-04-09)

Hi,

These 2 Designer’s FAQ will help you:


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

Hi,
Select the object that should be displayedas LOV in universe doubleclick on the object.select edit option in the properties window.The query panel will apppear. Clicl on sql in the tool bar. Append
SELECT ‘ALL’
UNION
with the existing query.Save and close.in the properties window click on display. you can see ‘ALL’ added with existing LOV


Lali_Sekar (BOB member since 2014-02-13)

I’ve tried the solution mentioned and was able to get the ‘ALL’ option to work.

But my Business demands that, the prompt should work only when the Object is placed in the ‘Query Filters’-WEBI.

Is there a way I can achieve this?

Thanks in advance.

AVBO


avbo (BOB member since 2012-03-16)