Skip to main content

%BI.ComputationSetup

persistent class %BI.ComputationSetup extends %Library.Persistent

SQL Table Name: %BI.ComputationSetup

Property Inventory

Properties

property ColFormula as %String (TRUNCATE = 1);
Property methods: ColFormulaDisplayToLogical(), ColFormulaGet(), ColFormulaGetStored(), ColFormulaIsValid(), ColFormulaLogicalToDisplay(), ColFormulaLogicalToOdbc(), ColFormulaNormalize(), ColFormulaSet()
property ColPostFormula as %String (TRUNCATE = 1);
Property methods: ColPostFormulaDisplayToLogical(), ColPostFormulaGet(), ColPostFormulaGetStored(), ColPostFormulaIsValid(), ColPostFormulaLogicalToDisplay(), ColPostFormulaLogicalToOdbc(), ColPostFormulaNormalize(), ColPostFormulaSet()
property DecimalPt as %Integer;
Property methods: DecimalPtDisplayToLogical(), DecimalPtGet(), DecimalPtGetStored(), DecimalPtIsValid(), DecimalPtLogicalToDisplay(), DecimalPtNormalize(), DecimalPtSet()
property Display as %String (TRUNCATE = 1);
Property methods: DisplayDisplayToLogical(), DisplayGet(), DisplayGetStored(), DisplayIsValid(), DisplayLogicalToDisplay(), DisplayLogicalToOdbc(), DisplayNormalize(), DisplaySet()
property DrillDown as %Boolean;
Property methods: DrillDownDisplayToLogical(), DrillDownGet(), DrillDownGetStored(), DrillDownIsValid(), DrillDownLogicalToDisplay(), DrillDownNormalize(), DrillDownSet()
property Font as %String (TRUNCATE = 1);
Property methods: FontDisplayToLogical(), FontGet(), FontGetStored(), FontIsValid(), FontLogicalToDisplay(), FontLogicalToOdbc(), FontNormalize(), FontSet()
property KPI as %String (TRUNCATE = 1);
Property methods: KPIDisplayToLogical(), KPIGet(), KPIGetStored(), KPIIsValid(), KPILogicalToDisplay(), KPILogicalToOdbc(), KPINormalize(), KPISet()
property Member as %Boolean;
Property methods: MemberDisplayToLogical(), MemberGet(), MemberGetStored(), MemberIsValid(), MemberLogicalToDisplay(), MemberNormalize(), MemberSet()
property MetricsFormula as %String (TRUNCATE = 1);
Property methods: MetricsFormulaDisplayToLogical(), MetricsFormulaGet(), MetricsFormulaGetStored(), MetricsFormulaIsValid(), MetricsFormulaLogicalToDisplay(), MetricsFormulaLogicalToOdbc(), MetricsFormulaNormalize(), MetricsFormulaSet()
property MetricsPostFormula as %String (TRUNCATE = 1);
Property methods: MetricsPostFormulaDisplayToLogical(), MetricsPostFormulaGet(), MetricsPostFormulaGetStored(), MetricsPostFormulaIsValid(), MetricsPostFormulaLogicalToDisplay(), MetricsPostFormulaLogicalToOdbc(), MetricsPostFormulaNormalize(), MetricsPostFormulaSet()
property Name as %String (TRUNCATE = 1);
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property ProcOrder as %Integer;
Property methods: ProcOrderDisplayToLogical(), ProcOrderGet(), ProcOrderGetStored(), ProcOrderIsValid(), ProcOrderLogicalToDisplay(), ProcOrderNormalize(), ProcOrderSet()
property RowFormula as %String (TRUNCATE = 1);
Property methods: RowFormulaDisplayToLogical(), RowFormulaGet(), RowFormulaGetStored(), RowFormulaIsValid(), RowFormulaLogicalToDisplay(), RowFormulaLogicalToOdbc(), RowFormulaNormalize(), RowFormulaSet()
property RowPostFormula as %String (TRUNCATE = 1);
Property methods: RowPostFormulaDisplayToLogical(), RowPostFormulaGet(), RowPostFormulaGetStored(), RowPostFormulaIsValid(), RowPostFormulaLogicalToDisplay(), RowPostFormulaLogicalToOdbc(), RowPostFormulaNormalize(), RowPostFormulaSet()

Queries

query GetComputation()
SQL Query:
SELECT %ID,Name,RowFormula,RowPostFormula,ColFormula,ColPostFormula,MetricsFormula,MetricsPostFormula FROM ComputationSetup ORDER BY Name

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (%BI.ComputationSetup)

^BI.ComputationSetupD(ID,"Col",n)
=
Col(n)

Storage Model: CacheStorage (%BI.ComputationSetup)

^BI.ComputationSetupD(ID)
=
%%CLASSNAME
Name
DecimalPt
Display
DrillDown
Font
KPI
Member
ProcOrder
ColFormula
ColPostFormula
MetricsFormula
MetricsPostFormula
RowFormula
RowPostFormula

Storage Model: CacheStorage (%BI.ComputationSetup)

^BI.ComputationSetupD(ID,"Metrics",n)
=
Metrics(n)

Storage Model: CacheStorage (%BI.ComputationSetup)

^BI.ComputationSetupD(ID,"Row",n)
=
Row(n)
FeedbackOpens in a new tab