what is prompt? Cascading prompt? Syntax
Answers were Sorted based on User's Feedback
Answer / narasimha
HI this is Narasimha,
Prompt: It is used to create an interactive object. and
also it is dynamic filter.
General syntax:@prompt('message',['type'],[lov],
[mono/multi],[free/constraint])
In designer we can write this way,
@select(class\object )= @prompt
('message','type','{values1,values2...},class\object,mono\mu
lti,free\constrained)).
Cascading Prompt: it is based on one prompt to another
prompt. it is also refer to hirerchy also & designed in uni
level.
IN BOXIR2 wise:--
go tools --> click cascading lov --> edit lov window
open --> write conditions how many prompts u want. -->
click ok.
| Is This Answer Correct ? | 27 Yes | 0 No |
Answer / g.v.subramanyam
it is nothin but a dialog box
it can used for to take the values.
syntax:
@prompt('message',['type'],[lov],[mono/multi],[free/constraint])
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / saranya
prompt within a prompt is known as cascading prompt.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / raga
To prompt the values and it is used on where condtion
and filter row
syntax
@select(class\object )= @prompt
('message','type','{values1,values2...},class\object,mono\mu
lti,free\constrained)
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / preetham
Prompts is the feature in universe design for creating
interactive object. It is well known as dynamic filter.
We add @prompt syntax in @select within the object
properties and export to WebI.
@select(class/object)=@prompt
('message', 'A/N/D', 'values1,2..n', 'class/object', 'mono/m
ulti, free/constrained/primary or foriegn key(in case
defined index awareness), 'persistent/not-persistent')
where A=alphanumeric, N=non-alphanumeric, D=in case of date
persistent means last used values.
Hence this condition enables to pop out thereby prompting
to each window.( region > country wise > state > city etc)
cascading prompts are used to prompts within a prompt ie
the options of prompt added. They are created in tools >
cascading lov > add lov's > add conditions for prompt >
click ok.
| Is This Answer Correct ? | 7 Yes | 3 No |
Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?
WHAT ALL DIFFERENT KIND OF FUNCTIONS AVAILABLE WHILE DESIGNING UNIVERSES?
How to change the order of prompts in universe?
Can i merge two dataproviders if they do not have common column?
what is projection function in SAP BO
what is confirm dimension ?
In a context can i get the data from two different factables by using the single data provider?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye
What is the @script and @variable functions in the universe designer ? can anybody explain me in a simple way?
What is #refresh,#hash,#Comupation error and How to resolve #refresh,#hash error.
Explain in detail about type 1?
What is shortcut join?could give any one example?