| Oracle financial Analyzer User's Guide Release 11i Part No. A87522-01 |
|
Reports, 6 of 11
When you are working with a Financial Analyzer report, you can define ad hoc formulas to calculate figures such as sums, counts, and averages without having to define a model or a solve definition. These formulas, called report calculations, operate only on the data that is currently included in the report.
If you require a temporary formula that you do not need to use in other documents, you can use a report calculation. If, however, you require the same formula frequently or in multiple documents, you should consider using one of the following methods to perform calculations:
In order to define a report calculation, you must insert a new row or column in the report and then define a formula for that row or column. When you finish defining the formula, the system populates the appropriate report cells with data calculated using the formula. You can move or delete the column or row as you can any inserted column or row.
If you insert a new report calculation and it conflicts with an existing calculation (for example, if you create a column calculation when a row calculation has already been defined), the most recently inserted report calculation takes precedence.
Inserted rows or columns, and their associated formulas, exist only in the context of the current report. You cannot link inserted rows or columns between reports or gain access to them via the Selector.
You can associate a formula with:
You cannot associate a formula with multiple randomly selected cells in a row or column. You must select either just one cell or all cells in a column or row related to a financial data item.
Inserted rows and columns and their associated formulas can be linked to the dimension to which they are added or to a position in the report. If a row or column is inserted in relation to a particular dimension value, that dimension value becomes the "owner" of the insert. For example, if you insert a row before the dimension value Widgets, Widgets becomes the insert's owner. If you insert a row or column by specifying a position (for example, "after the 2nth FinData"), the inserted row or column stays in the same relative position, even if other dimension values change status, because it is not associated with a particular dimension value.
You can move dimension values in reports either by swapping tiles or selecting Move Insert from the Edit menu. The following table describes methods of moving dimension values and the effect that each method has on inserted calculations.
You can create formulas by:
Report formulas are always constructed as follows:
result = expression
where:
Note that if you create a formula using Formula Tools, after you exit the Formula Tools dialog box, the newly created formula appears in the edit box, but is not reflected in the report until you select the Enter button.
You can include dimension values in report formulas. In report formulas, dimension values:
You cannot use the same dimension-value pair in both the result and expression side of a formula.
You can use qualified data references, known as QDRs, to describe specific cells that are referenced by one or more dimensions. For example, you can use a QDR to reference the cell that represents the Total Assets line item for the year 2000 for the East organization.
QDRs have many uses in report formulas. For example, in the expression side, you can use a QDR to specify that you want to use data contained in a specific cell in a formula. In the results side, you can use a QDR to choose a specific cell into which a formula can be inserted. A useful application for this would be to insert an NA value at the intersection of an inserted row that contains a formula and a column that contains a formula, when neither inserted formula produces an appropriate result.
You use the Qualify tab in the Formula Tools dialog box to create qualified data references (QDRs) to the data in specific cells in the current report.
The report in this example has two inserted columns and one inserted row for calculated data. For this report:
'Time:Year to Go'='Time:Nov 00'+'Time:Dec 00'
where:
'Time:Year to Go % Year'= 'Time:Year to Go'/'Time:Year 00'*100
'Line:Operating Income % Revenue'=
`Line:Operating Income'/'Line:Total Revenue'*100
After inserting the formulas in the specified cells, the report appears as follows:
In the previous example, the number 82% (located at the intersection of the two inserted formulas) is meaningless. To ensure that this value is not misinterpreted, we can replace the incorrect value with an NA value.
For this report, the formula to do this would be as follows:
'Line:Operating Income % Revenue;Time:Year to Go % Year '=NAN()
where:
To avoid typing mistakes in the long QDR, the results side of the expression was created using the Qualify tab in the Formula Tools dialog box.
After inserting the above formula in the specified cell, the report appears as follows:
Note that in this example, the NA value appears as a dash (-) because that is how NA Spell is specified in report options.
If you enter a formula incorrectly, you will receive an error in the cell into which you were attempting to insert a formula. The following table describes these errors and their meanings.
For more information about using calculations in reports, search for the following topics in the Financial Analyzer Help system:
|
|
![]() Copyright © 2001 Oracle Corporation. All Rights Reserved. |
|