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

class %DeepSee.Model.SubjectArea.calculatedMember extends node

Meta-data object that represents a calculated member within a DeepSee subjectArea.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 1


Summary

Properties
description dimension disabled displayName
formatString hidden listingFilter name
subjectArea units valueExpression

Methods
%AddToSaveSet %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteList %QuoteValue %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetModified %Validate
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property dimension as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Name of the dimension this calculated member belongs to. This does not have to be an existing dimension.
• property formatString as %DeepSee.Datatype.string(MAXLEN=100,XMLPROJECTION="attribute");
Optional format string to apply to this member.
• property hidden as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this calculated member will be hidden (not part of the subject area model).
• property listingFilter as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
• relationship subjectArea as %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION="none") [ Inverse = calculatedMembers,Cardinality = one ];
Subject Area that this calculated member belongs to.
• property units as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Optional. Units applied to this member (if it is a measure).
This is not currently used.
• property valueExpression as %DeepSee.Datatype.string(MAXLEN=32000,XMLPROJECTION="attribute");
MDX expression that defines the value of this calculated member.

Methods

• method %Validate() as %Status
Test if this member's definition is valid.


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