Skip to Content
0
Former Member
Dec 19, 2012 at 03:23 PM

Cascading Filters in Business Objects Universe /Reports

246 Views

Hi

I am trying to define cascading filters for a Universe to be used in a BO Report.

I am very new to BO and still trying out things.

My requirement.

Mail Class: MainReport

Picklist Class1: Region-Country

Picklist Class2: Person-age

Join:

Main Class:: Picklist Class1 - RegionName to RegionName AND CountryName to CountryName

Main Class:: Picklist Class2 - Person to Person AND Age to Age

For the BO Report , i will want to have filters for Region

- User has option to select by selected Region(s) [If none selected all regions should be selected]

Based on Region selected , the respective country list should show up in list for selection.

- User has option to select by selected Age(s) [If none selected all should be selected]

Based on Age selected , the respective person(s) list should show up in list for selection.

Thanks