Selecting object in prompt can we do this

Web i in Xir2
here is my scenario
If i open a report
it should prompt me asking for to choose one of two options(objects in Universe)

  1. Employee ID
  2. Sales Person ID

and
if i select say Emplyee ID

employee ID equal to Total ID

or if i select say sales person ID

Sales Person ID equal to Total ID
and run the query

i am not able to go froward on this one?? any advice please?


arjunanand :us: (BOB member since 2007-08-30)

You could look at this link…

Not your exact scenario but you could do it this way. As a start, prompt the User to chose one of “Employee ID or Sales person ID” (just the texts). Based on the UserResponse, build your where clause.


nithya_raj (BOB member since 2007-02-03)