Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [Component] >  [calculatedMember]
Private  Storage   

class %DeepSee.Component.calculatedMember extends %ZEN.Component.object

Defines a calculatedMember within a %DeepSee.Component.pivotTable component.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
%condition %import %includeFiles %page
%resource aux composite dimension
formatString id index memberName
name onupdate parent solveOrder
tuple valueExpression visible window

Methods
%AddToSaveSet %Attr %BindExport %ClassIsLatestVersion
%ClassName %ConstructClone %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %DrawHTML %DrawJSStrings %Eval
%EvalC %Extends %ForceClientRender %GetEventHandlers
%GetParameter %GetXMLName %IsA %IsModified
%MakeId %New %NormalizeObject %ObjectModified
%OnAddToPageAfter %OnAddToPageBefore %OnDrawObjectProperties %OnObjectSynch
%OnZENDeserialize %OriginalNamespace %PackageName %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %Self %SerializeObject
%SetModified %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType findElement fireOnUpdateEvent
getProperty getSettings getType invokeSuper
isOfType makeId onCreate onDelete
onSerialize onloadHandler onunloadHandler onupdateHandler
render renderContents renderSVG setProperty


Parameters

• parameter NAMESPACE = "http://www.intersystems.com/deepsee";
This is the XML namespace used for library components.

Properties

• property dimension as %DeepSee.Datatype.entityName;
Name of the dimension this calculated member belongs to.
• property formatString as %DeepSee.Datatype.string(MAXLEN=100);
Optional format string to apply to this member.
• property memberName as %DeepSee.Datatype.entityName;
Name of the calculated member.
• property solveOrder as %Integer(MINVAL=0,XMLPROJECTION="attribute");
Optional solve order to apply to this member.
• property valueExpression as %DeepSee.Datatype.string(MAXLEN=32000);
MDX expression that defines the value of this calculated member.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.