XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "Calculations Overview"
(Created page with 'XLCubed features three ways to define your own calculations. ==Grid Calculation Columns and Rows== Used only in Grid-based reports, Grid Calculations allow you to define your o…') |
(added MDX: and MDXSet:) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | XLCubed features | + | XLCubed features a few ways to define your own calculations. |
==Grid Calculation Columns and Rows== | ==Grid Calculation Columns and Rows== | ||
Line 21: | Line 21: | ||
XLCubed offers several formulas that allow you to bring Cube data into Excel. This allows you to create complex workbooks interacting in all the sophisticated ways that Excel allows. | XLCubed offers several formulas that allow you to bring Cube data into Excel. This allows you to create complex workbooks interacting in all the sophisticated ways that Excel allows. | ||
− | A more detailed description can be found [[ | + | A more detailed description can be found [[Formula Reporting Overview|here]], and an XLCubed formula reference [[Formula Reference|here]]. |
+ | |||
+ | ==MDX: and MDXSet: members== | ||
+ | |||
+ | Grids and formulae can both refer to an MDX: calculation defined in an Excel cell. In addition, Grids can use MDXSet: in an Excel cell to define a named set. Information can be found here: | ||
+ | * [[Mdx:|MDX: and MDXSet: in Grids]] | ||
+ | * [[XL3Member#XL3Member using MDX|MDX: in XL3Member formulae]] | ||
+ | |||
+ | [[Category:Formula Reporting]] | ||
+ | [[Category:Grid Reporting]] | ||
+ | [[Category:OLAP Operations]] |
Latest revision as of 11:14, 12 November 2013
XLCubed features a few ways to define your own calculations.
Contents
[hide]Grid Calculation Columns and Rows
Used only in Grid-based reports, Grid Calculations allow you to define your own dynamic calculations within a Grid report.
They allow Excel formulas to be used within the Grid, based either on the visible data or on other elements on the worksheet.
More details can be found here.
MDX Calculated Members
MDX Calculations are a simple but powerful means to manage calculated members, sets and custom MDX commands that live in the session, and are executed on connection.
They are more involved to implement than Grid Calculations, but enable more complex and flexible calculations.
More details can be found here.
XLCubed OLAP Formulae
XLCubed offers several formulas that allow you to bring Cube data into Excel. This allows you to create complex workbooks interacting in all the sophisticated ways that Excel allows.
A more detailed description can be found here, and an XLCubed formula reference here.
MDX: and MDXSet: members
Grids and formulae can both refer to an MDX: calculation defined in an Excel cell. In addition, Grids can use MDXSet: in an Excel cell to define a named set. Information can be found here: