Give the notes and functionalities of cascading prompts,@script in business objects

Showing Answers 1 - 14 of 14 Answers

reddeppa

  • Jan 1st, 2006
 

cascading prompts :cascading prompts means one prompt depends on another prompt.. if suppose u want select one district.its depends on state.then it depends on country..so one prompt depends on another..its work as first come the prompt of district when ever we going select value.automatically coming the state prompt..then country prompt..when ever we select the contry it goes to state then district..

@script: its belongs to vba application

  Was this answer useful?  Yes

nagesh

  • May 20th, 2007
 

@script: It is useful for VBA macro. You can specify VBA macro each time query that includes objects.

@script('variable name','type','script_name');

  Was this answer useful?  Yes

raju

  • Jul 20th, 2007
 

Cascadingpromts are not available with BO6.5.1 version these are avilable with BOXiR2

In that version on list of values>>cascadinpromt is available
Cascading prompt purpose is, if select prompt on continent it will shows countries in that country you may select states > citys > outlet like it displays

  Was this answer useful?  Yes

There is no menu option in BO 6.5 to create cascading prompts just like BO XI R2, however in BO 6.5, you can manually edit the LOVs of the objects creating cascading prompts by inserting a where condition.

Regards,
Bharat Ahuja

  Was this answer useful?  Yes

narmadac

  • Feb 16th, 2010
 

Cascading Prompts  -  Using of values in one prompt to filter the values in the other prompt.
@script -  It returns the result of a VBA Macro (Visual Basic for Applications Macro).  
-   It runs a script each time when an object is using @script function is included in the query

  Was this answer useful?  Yes

yakubbaig

  • Jun 16th, 2011
 

@prompt: is useful to create dynamic filter. 

@prompt('message','type','lov','mono/multi','free/consistent','persistent/nonpersistent',
default)
cascading prompt:  one prompt is depending on another prompt.
to develop cascading prompt then we need to develop cascading list of values in universe.
generate that cascading lov and export the universe.
open webi - open that universe name-drag and drop into query filters-operator is = and operand is prompt- run query.
@script: It is useful to execute scripting languages. (java script,vb script)
@script('variable','type','script name')

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions