XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "Formula Reporting Overview"

(Created page with 'When using formulae to retrieve information and data from the OLAP cube, each cell contains a formula rather than the data itself (unlike Grid reports…')
 
Line 10: Line 10:
  
 
==See Also==
 
==See Also==
* [[Drilling Up and Down]]
+
* [[Drilling in Formula Reports]]
 
* [[Formula Reference]]
 
* [[Formula Reference]]
 
* [[XL3Lookup formula]]
 
* [[XL3Lookup formula]]
 
* [[XL3Member formula]]
 
* [[XL3Member formula]]
 
* [[Grid vs. Formula-based Reporting – Key Differences]]
 
* [[Grid vs. Formula-based Reporting – Key Differences]]

Revision as of 16:24, 5 October 2010

When using formulae to retrieve information and data from the OLAP cube, each cell contains a formula rather than the data itself (unlike Grid reports). It is therefore possible to put any value in any cell, and to have fully disjoint reports.

Most formula reports are build primarily using just two XLCubed formulae:

XL3Lookup
retrieves the cube value from a specified slice, and will normally reference one or more XL3Member formulae
XL3Member
returns the caption for a specified member

Formula reports will often be preferred where the required formatting is complex, or where existing 'static' financial reports are being replaced.

See Also