GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Business Objects

 Print  |  
Question:  Can you add the Cascading promprts in Business Objects? (Based on Country prompt selection you need to provide the option to select Sate/Province in the next State prompt. That means dynamically refresh the data load in the state list values)



September 09, 2007 08:39:04 #5
 Siva   Member Since: Visitor    Total Comments: N/A 

RE: Can you add the Cascading promprts in Business Obj...
 

First We have to create Condition for one object in universe level like

        
         State

      Condition

               state = @prompt(...);
then

           That same object will be selected on report level like

        Query Pannel
          
               City

          Condition               
   

                   state = @prompt(..)



           It Will work as Cascading Prompt.


 

     

 

Back To Question