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

class %DeepSee.Model.KPI.property extends node

Meta-data for a property within a DeepSee KPI.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
columnNo defaultValue description disabled displayName
format headerStyle kpi name style

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 columnNo as %Integer(MINVAL=0,XMLPROJECTION="attribute");
Column (1-based) in the KPI's SQL or MDX query that supplies the value for this KPI.
• property defaultValue as %String(MAXLEN=1000,XMLPROJECTION="attribute");
Default value to apply to this property.
• property format as %String(MAXLEN=255,XMLPROJECTION="attribute");
Default format to apply to this property.
• property headerStyle as %String(MAXLEN=255,XMLPROJECTION="attribute");
Default css style to apply to the column header used for this property.
• relationship kpi as %DeepSee.Model.KPI.kpi(XMLPROJECTION="none") [ Inverse = properties,Cardinality = one ];
KPI that this property belongs to.
• property style as %String(MAXLEN=255,XMLPROJECTION="attribute");
Default css style to apply to this property.

Methods

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


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