I have a report with some hyperlinks,any issue will i get
when i migrate this report?
Answer / vidhi dubey
when the report will be sent from your inbox to some other
inbox or may be shared folder it will change the
Reports "DOCID" for this we need to change the docid again
& again everytime the location cahnges for the report..
| Is This Answer Correct ? | 17 Yes | 1 No |
how to restrict up to three levels in hierarchy when u do drill mode?
IN BOXIR2 creating universe by using Designer and Business View. What is the difference b/t two?
what is diff between webi,deski,infoview
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?
WHAT DOES SQL TAB CONTAIN?
Is there any other repository domains rather than universe, security, document?
why we use aggregation in lower level
Can anybody pls provide me Business Objects Certification (SABE201) Study material and dump. Pls. My email id is reshma.toppo@gmail.com......Thanx
Hi Can anyone tell me what is Divergence in Business Object Universe Designer. Thanks, Sheik
Did you face any problems while creating reports? Name? Solutions?
I have all the below SAP – Business Objects Certification latest Dumps, I scored 100 % Score with these Dumps
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:)