Can some one say abt "ALL" in prompt ..

How to get the word "ALL" in the prompt along with the list of values?

Plz give me the steps?

Answers were Sorted based on User's Feedback



Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / latha

yes,we can add ALL in lovs of any obj.In unv level double click on any obj,in properties tab,edit the view sql tab&add below select statement
select distinct
Agg-yr-qt-rn-st-ln-ca-sr.state
from
Agg-yr-qt-rn-st-ln-ca-sr
UNION
select distinct
'ALL'
from
Agg-yr-qt-rn-st-ln-ca-sr
and enable the option"do not generate sql before running"

and develop a prompt for this obj

select where clause of this obj add
state=@prompt()
or
'ALL'=@prompt

Is This Answer Correct ?    7 Yes 0 No

Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / prathmesh

@Prompt('PROMPT TEXT','A',<PATH FOR
LOV>,Multi,Free,Persistent,{'ALL'})

THIS WILL ADD AN EXTRA VALUE CALLED AS "ALL" IN YOUR LOV

Is This Answer Correct ?    3 Yes 2 No

Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / bhaskar

Hi Thotadwh,

Thanks for the kind information


It's not a prompt message, it should be get as a prompt
value along with the List of values while refreshing the report.

Scenario:

Mono - We can provide Single value

Multi - We can select all possible LOV's one by one

ALL - Here, it will take all possible LOV's & need
not provide one by one

Note: Hope it's not a parameter of the prompt,

How will we get the "ALL" word along with the LOV's.


Is there any workaround at DB level or Universe or Reporting
level to get the word "ALL" into the picture at report level.
------------------------

Any answer will be helpful.

Thanks in advance.

Is This Answer Correct ?    1 Yes 1 No

Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / bhaskar

HI LATHA,
UR STATEMENT IS FINE.
BUT
WITHOUT PROMPT IN WHERE CLAUSE:

WHEN I RUN THE REPORT USING PROMPT VALUE 'ALL' IT'S SHOWS A MESSAGE CALLED 'NO DATA TO FETCH'

WITH PROMPT IN WHERE CLAUSE:
IT'S ASKING FOR TWO PROMPTS,I.E
ONE PROMPT WITH LOV EXCLUDING 'ALL'
AND
SECOND PROMPT WITH LOV'S INCLUDING 'ALL'

I HOPE THAT HERE I AM GETTING THE RESULT BASED ON FIRST PROMPT//

LET ME THE KNOW REASON THAT, WHERE I AM GOING WRONG

Is This Answer Correct ?    0 Yes 0 No

Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / satya

As per my knowledge, "All" option is not in Prompt. But by
using "list of values" option ,We can select All values.

Is This Answer Correct ?    0 Yes 2 No

Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / thotadwh

I dont think you can do so as far as i know. We can do so by checking optional prompt in prompt parameters.

Is This Answer Correct ?    0 Yes 3 No

Can some one say abt "ALL" in prompt .. How to get the word "ALL" in the pro..

Answer / thotadwh

could you elaborate your question. what exactly you need. do
you want to get the prompt message as ALL or what is it
exactly..

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Business Objects Interview Questions

GENARALLY HOW MANY REPORTS ARE CREATE FOR EACH ONE ?PLZ EXPLAIN AFEW FOR AUTOMOBILE PROJECTS?

4 Answers  


What is the pragma?

2 Answers  


What is the drill up , drill down, drill by , drill trough ?

3 Answers   TCS,


can any one say me exactly when and where alias and context are used in resolving a loop. If possible try to give me a scenario also.

3 Answers  


When is the Repository created?

1 Answers  






What are the types of errors you faced while creating a report from two different data providers

3 Answers   IBM,


HOW TO PUBLISH A REPORT IN BO?

1 Answers   Polaris,


Which one will be more preferable creating Derived table or Views on universe level.and Explain why also ?

1 Answers  


What is the slice and dice?

3 Answers  


Difference between drill by and drill across with example?

4 Answers   TCS, WNS,


Explain what if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?

0 Answers  


What is the use of BO SDK?

5 Answers  


Categories