5.what is LOV? where it is store?
Answers were Sorted based on User's Feedback
Answer / g.v.subramanyam
LOV is the list of values.it can retrive the data values
associated with the particular object.
this can be stored in sub folder of USERDOCS with .lov
extension.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / handy
LoV is list of values it displays the list that contains the
data values associated with an object.
A list of value can contain data from two types of data
sources...
1. Database file
2. An External file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vams_gk
LOV is nothing but listy of values.
as per require ment we can generate LOV for limited no of
objects.we can save it in repository server
we have cascadiding loV SALSO WE CAN GENERATE LOV S FOR
MULTIBLE OBJECTS AT A TIME
| Is This Answer Correct ? | 1 Yes | 4 No |
What is DSS?? (Defination of DSS)
plz tell me about BOmain key in detail?
Can we create universe with no cache??
1. what are the differences between prompt at universe level and prompt at report level ? 2. what are the connection types in BOXI ? 3. how do we give the security in universe level ? and report level ? and objects level ? 4. what will happen if we check the 'MULTIPLE SQL STATEMENTS FOR EACH MEASURE' option in Universe SQL parameters ?
I need to select the rows based on the latest 'Payment_due_date' column value. Let's say I have a Deski report with 3 columns: Payment_due_date, Cust_Name, Oustanding_Amt. Report is like this: ===================================== Payment_due_date,Cust_Name,Oustanding_Amt 02/28/11 , Bob, 115 03/31/11 , Bob, 90 02/28/11 , Mike, 120 02/28/11 , Susan, 220 05/31/11 , Bob, 80, 03/31/11 , Susan, 70 05/31/11 , Mike, 220 05/31/11 , Susan, 120 04/30/11 , Susan, 130 So,we would like to see (based on latest Payment_due_date) ================== 05/31/11 , Bob, 80, 05/31/11 , Mike, 220 05/31/11 , Susan, 120 Oustanding_Amt comes as SUM(Oustanding_Amt) from Universe. If we use Max(Payment_due_date),we do get one row but then, the column 'Oustanding_Amt' sums up. Not allowed to use do SQL Override .Context Operators aren't working. Thanks in advance:)
Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
WHAT ALL DIFFERENT OPTIONS PRESENT IN WEBI?
CAN ANY BODY TELL WHAT FUTURE CAREER IN BUSINESS OBJECTS?
how we improve the performance of report and universe?
User name and password is saved by Business objects when we create repository. and this username and password is saved in Table obj_m_actor table in repository. The password in incrypted form. It is possible to Dycrypt That Password.
what is the difference between bo and cognos?
Table A, Table B is there, that colums are different like tabl A contian (A varchar(9), B varchar(2), date), table B contian(D varchar(10), E varchar(2), F date) , i want 2 compare mismath datatype length in both table, how? do you know any in built function?