FilterParameterDependantCalculatedColumns Property |
|
DataPA OpenAnalytics API Reference
Gets a list of calculated columns that are dependant on this filter parameter value
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax List<CalculatedColumn> DependantCalculatedColumns { get; }
ReadOnly Property DependantCalculatedColumns As List(Of CalculatedColumn)
Get
property List<CalculatedColumn^>^ DependantCalculatedColumns {
List<CalculatedColumn^>^ get ();
}
function get_DependantCalculatedColumns();
Property Value
Type:
ListCalculatedColumnA list of calculated columns that are dependant on this filter parameter value
Return Value
Type:
ListCalculatedColumnA list of calculated columns that are dependant on this filter parameter value
Remarks See Also