What is the sheduling the report? What is the need of
sheduling the report?
Answer / anu
Shcheduling lets you run the report automatically at
specified times. By scheduling you can ensure you have
latest information available for viewing ,printing and
distributing.
| Is This Answer Correct ? | 3 Yes | 1 No |
every alternative row should be hilighted ? how u can ?
why do we use crystal reports rather than webintelligence reports ?
What is the user Object ? What is the need of it?
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:)
Regarding Hyperlinking in Business Objects. We have a few reports in QA environment where a number of hyperlinks are employed using OpenDoc function.In some of the reports,hyperlink is used to move to another tab within the same report.The formula used include "DocID" and ReportName="tab name".This works fine but now,for the PROD move,this will not work as the Doc Ids are subject to change. Is there a way to overcome this?Without DocID,how will move to a particular tab? Thanks in advance
How to create universe in business objects enterprise 11.5
is it possible to export the webi reports to crystal reports?with out using businessview?
is there any way to know how long the report executes and how many records will be returned before hitting the "run" option?
GENARALLY WHAT ARE THE PROBLEMS ARE FACING WHILE CREATING REPORTS?
you have two tables table 1 contains emp id,name and deptno and tble 2 contains only depatment number some of the depatment no of 1st table are not present in table 2 how will you create a report only to get the departments of which excess in table 1
When we go for OLAP , and When we go for OLTP for generating the reports ?
How to Implement the the Built-in Strategy Script in BO Designer?