Skip to main content

%DeepSee.UI.Dialog.AddCalculatedMember

Class %DeepSee.UI.Dialog.AddCalculatedMember Extends %DeepSee.UI.Dialog.standardDialog [ System = 4 ]

This dialog adds a new Calculated Member to a DeepSee pivot (or cube) definition.

Parameters

APPLYBUTTON

Parameter APPLYBUTTON = 0;

Properties

cubeName

Property cubeName As %ZEN.Datatype.string(ZENURL = "CUBE");

Name of cube.

pivotName

Property pivotName As %ZEN.Datatype.string(ZENURL = "PIVOT");

Name of cube.

memberIndex

Property memberIndex As %ZEN.Datatype.integer(ZENURL = "INDEX");

Index of member that launched this dialog.

dimension

Property dimension As %ZEN.Datatype.string(ZENURL = "DIMENSION");

Dimension.

memberName

Property memberName As %ZEN.Datatype.string(ZENURL = "MEMBER");

Member.

valueExpression

Property valueExpression As %ZEN.Datatype.string(ZENURL = "EXPR");

Expression.

dimList

Property dimList As %ZEN.Datatype.string(ZENURL = "DIMLIST");

List of locally defined calculated dimensions.

formatString

Property formatString As %ZEN.Datatype.string(ZENURL = "FORMAT");

Format string.

solveOrder

Property solveOrder As %ZEN.Datatype.integer(ZENURL = "SOLVEORDER");

Solve order.

storeWithPivot

Property storeWithPivot As %ZEN.Datatype.boolean(ZENURL = "LOCAL") [ InitialExpression = 1 ];

Storage option

XDatas

Style

XData Style

dialogBody

XData dialogBody [ XMLNamespace = "http://www.intersystems.com/zen" ]

Contents of the dialog body.

Methods

%OnGetTitle

Method %OnGetTitle() As %String

Get the (localized) title string for the dialog. This should be implemented in a subclass.

%OnGetSubtitle

Method %OnGetSubtitle() As %String

Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.

getDialogValue

ClientMethod getDialogValue() [ Language = javascript ]

ondialogFinish

ClientMethod ondialogFinish(action) As %Boolean [ Language = javascript ]

This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.

ondialogStart

ClientMethod ondialogStart() [ Language = javascript ]

This callback, if defined, is called when the dialog page is loaded.

%OnAfterCreatePage

Method %OnAfterCreatePage() As %Status

changeType

ClientMethod changeType() [ Language = javascript ]

Change of type.

changeDimension

ClientMethod changeDimension() [ Language = javascript ]

Change dimension

OnChangeDimension

Method OnChangeDimension(pValue As %String) As %Status [ ZenMethod ]

Change dimension: update selLevel contents

changeLevel

ClientMethod changeLevel() [ Language = javascript ]

Change level

OnChangeLevel

Method OnChangeLevel(pValue As %String) As %Status [ ZenMethod ]

Change level: update srcMbrs contents

selectMembers

ClientMethod selectMembers() [ Language = javascript ]

Turn srcMbrs value into a filter spec

editFormatString

ClientMethod editFormatString() [ Language = javascript ]

Launch format dialog.

buildExpression

ClientMethod buildExpression() [ Language = javascript ]

Launch format dialog.

onPopupAction

ClientMethod onPopupAction(popupName, action, value) [ Language = javascript ]

This client event is fired when the a popup page launched from this page fires an action.

SaveSharedCalcMbr

ClassMethod SaveSharedCalcMbr(pCube As %String = "", pCalcMbrName As %String = "", pDimension, pValueExpression, pFormatString, pSolveOrder) As %String [ ZenMethod ]

Save a named filter.