Skip to main content

%DeepSee.UI.Analysis.Distribution

class %DeepSee.UI.Analysis.Distribution extends %DeepSee.UI.Analysis.AbstractAnalysis

This dialog displays various breakdowns of the values behind a cell within a pivot.

Method Inventory

Parameters

parameter PUBLISHED = 1;
Set this to false to prevent this analysis from being listed.

Methods

method %ComputeChartValues(pMinValue As %Double, pMaxValue As %Double)
Compute chart values.
method %ComputeValues(Output pCount As %Integer, Output pNullCount As %Integer, Output pMinValue As %Double, Output pMaxValue As %Double, Output pSum As %Double) as %Status
Execute query and get raw list of values in temp global.
classmethod %GetAnalysisInfo(Output pInfo) as %Status
Return an array of information about this analysis:
pInfo("caption") - localized caption for this item.
pInfo("tooltip") - localized tooltip for this item.
pInfo("icon") - icon for this item.
pInfo("rank") - optional rank; lower numbers are displayed first.
method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %UpdateControls(pCount As %Integer, pNullCount As %Integer, pMinValue As %Double, pMaxValue As %Double, pSum As %Double)
Update value of controls.
method UpdateValues() as %String [ ZenMethod ]
Recompute chart values.
clientmethod adjustSize() [ Language = javascript ]
Adjust size and position of components on this page.
clientmethod getChartData(series) [ Language = javascript ]
Callback to provide data for the chart.
clientmethod getXLabel(val) [ Language = javascript ]
Callback to provide x label for the chart.
clientmethod measureChange() [ Language = javascript ]
Change in measure value.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
clientmethod updateMeasureSelect() [ Language = javascript ]
Update state of the measure select control

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab