SummaryDataAdditionalFilterColumns Property |
|
DataPA OpenAnalytics API Reference
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply a filter.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection this[
bool ForDrillDown = false
] { get; }
Public ReadOnly Property AdditionalFilterColumns (
Optional ForDrillDown As Boolean = false
) As Collection
Get
public:
virtual property Collection^ AdditionalFilterColumns[bool ForDrillDown = false] {
Collection^ get (bool ForDrillDown = false) sealed;
}
function get_AdditionalFilterColumns(ForDrillDown);
Parameters
- ForDrillDown (Optional)
- Type: SystemBoolean
Property Value
Type:
CollectionA collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply a filter.
Return Value
Type:
CollectionA collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply a filter.
Remarks See Also