Click or drag to resize
ControlPanelObjectDependantCalculatedColumns Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a list of calculated columns that are dependant on this filter parameter value

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public List<CalculatedColumn> DependantCalculatedColumns { get; }

Property Value

Type: ListCalculatedColumn
A list of calculated columns that are dependant on this filter parameter value

Return Value

Type: ListCalculatedColumn
A list of calculated columns that are dependant on this filter parameter value

Implements

FilterParameterDependantCalculatedColumns
Remarks