ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > FormulaNode

FormulaNode interface

An MdxNode representing an formula definition in the WITH clause of a SelectStatementNode. An example formula: WITH Member [Measures].[MyConstant] AS 42.

Signature:

export interface FormulaNode 

Properties

PropertyTypeDescription
elementType'Formula'
expressionExpressionNode
inlinedboolean | undefined
nameNamedSetCompoundIdentifierNode | MemberCompoundIdentifierNode
propertiesMemberPropertyDefinitionNode[]
typestring
  • FormulaNode interface
  • Properties
Copyright © 2019 ActiveViam