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

Difference between revisions of "XLCubed MDX Calculation Support"

(Member functions)
(Set functions)
Line 13: Line 13:
 
* Ancestors
 
* Ancestors
 
* Children
 
* Children
 +
* Except
 
* Head
 
* Head
 +
* Intersect
 
* Item
 
* Item
 
* LastPeriods
 
* LastPeriods
Line 20: Line 22:
 
* Subset
 
* Subset
 
* Tail
 
* Tail
 +
* Union
  
 
===Member functions===
 
===Member functions===

Revision as of 17:08, 28 July 2022

For some data sources that do not natively support MDX XLCubed can execute calculations on top of the source database.

Currently this is available for Fluence and Anaplan connection types.

Supported Functions

Documentation for these functions can be found in the MDX function reference.

Set functions

  • { } - braces
    • Multiple members/tuples can be combined
    • Range operator  : is supported [1]
  • Ancestors
  • Children
  • Except
  • Head
  • Intersect
  • Item
  • LastPeriods
  • PeriodsToDate
  • Siblings
  • Subset
  • Tail
  • Union

Member functions

  • Ancestor
  • Ascendants
  • ClosingPeriod
  • Cousin
  • CurrentMember
  • DefaultMember
  • Descendants
  • FirstMember
  • FirstSibling
  • Item
  • Lag
  • LastMember
  • LastSibling
  • Lead
  • Level
  • NextMember
  • OpeningPeriod
  • ParallelPeriod
  • Parent
  • PrevMember

Aggregation funtions

  • Aggregate
  • Avg
  • Count
  • Max
  • Min
  • Sum

Text functions

  • CStr
  • Format
  • Instr
  • LCase
  • Left
  • Len
  • LTrim
  • Mid
  • Right
  • RTrim
  • Trim
  • UCase

Numeric functions

  • Standard operators
    • +, -, *, /
  • Abs
  • CDbl
  • CInt
  • Divide
  • Mod
  • Power
  • Round

Logical functions

  • IIf

Hierarchy functions

  • Levels
  • Members

Level functions

  • Members
  • Ordinal

Financial functions

Information on these functions can be found in the VBA function reference

  • DDB
  • FV
  • IPmt
  • NPer
  • Pmt
  • PPmt
  • PV
  • Rate
  • SLN
  • SYD

Sample Calculations

These templates may be useful starting poitns for your own calculations. You should replace the Dimension, Hierarchy, Level and Measure names with your own.

todo