1.what is the difference between development,maintainace and
support in bo?
2.what is dynamic date prompt?Is it feasible to create
dynamic date prompt in universe?what is the procedure?
3.how can u say that a report is complex ,simple or medium?
4.yesterday i had run the report it took max 30 sec to run
the report.but today i came and refresh the same report
,more than two hours completed,still result not came?where
is the issue might be?note that at universe and report level
no issues?where u will go fro 3rd verification?
Answer / sri
1) Development is a kind of activity start from scratch
which involves creating Universe and reports till exporting
to repository server or for quality test. Maintenance is
Admin activity like maintain or monitor the BO server admin
and user admin. Support is mix of all like fixing up bugs
in universe, reports, performance tune and maintaining
server admin part.
2) Sending date values to prompt by default is Dynamic date
prompt. it is possible in BO universe by using default
option in prompt syntax.
3) by analyzing the requirement of reports we can say what
type of report is that, example if a report need more
calculations and which involves more report functions and
system functions and multiple data sources is called as
Complex report. if a report is tabular report which does
not need simple functions then we can say it a simple
report or a medium report, all these depends on how the
report is creating.
4) Definitely the issue is with Database. May be the
database is busy with other activity like data loading or
busy with multiple retrievals at the time.
| Is This Answer Correct ? | 28 Yes | 0 No |
Can any please explain FOR EACH AND FOR ALL?
Explain is data mart?
How to implement LDAP authentication in BOE
what are the day to day activities of BO administrator ?
what is zero client and thin client ?
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.
solve the following loops? dimension table fact table fact table dimension table link will be there between tables?
how to restrict up to three levels in hierarchy when u do drill mode?
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:)
How do you find what type of trap is there by seeing the report?
Explain what is the difference between business requirement document and use case document.
what is diff between Decode and case ? Give some Example?