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 |
what is mean by lov?
How to create Universe using Flat file in BO6.0
what is variable ?
Can Bo generates the Report from the cubical data Explain?
What happens in BO when a user logs in to Infoview and a rich client like webi?
Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
i am facing date format issue in webi report in BI4.0 environment. i have unx based on Mysql connection. date is coming in 10 digits numeric format like(2345623456). I want to change it in dd.mm.yyyy format. Please suggest
in sap bi we have wad, then why we go for sap bo
whats the Diffrerence between business objects and cognos?
what is projection function in SAP BO
I have two data providers with common dimension and measures. The only difference between two data providers is in condition 'Fiscal Year'.One data provider calculates for current year and other one calculates for previous year. So in prompts if I am passing 2008 as current year then the two data providers should be able to calculate for current year and previous year individually. So Can anybody tell me how to do calculation in data providers. ( I am using BO WebI report )
How can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?