BusinessObjects Board

All in prompt LOV

Hi All,

I want to know how the below mentioned thing can be implemented and how it works.

Issue#1 : I want ‘All’ to come in prompt LOV.
Issue#2: When I select ‘All’ in prompt,behind the scene how does it select all the values of that particular LOV.
How exactly universe understand that when user select ‘All’,it need to pass all the LOV values or what changes it makes at the query level.
I’m curios to know how does it happen ?

Please help in understanding this issue.

Thank for your time.

Regards,

Arun


binnu23 :india: (BOB member since 2010-05-21)

Please read through the Designer FAQ:

Hi Mark,

In that post,resolution for my Issue#1 is given.I’ll try to implement that but still I’m searching answer for my second issue.


binnu23 :india: (BOB member since 2010-05-21)

In effect it makes every row valid for selection.

Your query will have one of the conditions saying
table.column = ‘ALL’
or ‘ALL’ = ‘ALL’

Obviously ‘ALL’=‘ALL’ so all rows are valid for selection.

Hi,

That’s another FAQ entry:


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