Click or drag to resize
DashboardObjectgetFilterConditionFromNameType Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a valid DataTable filter condition for a given column and value.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string getFilterConditionFromNameType(
	string ColumnName,
	Type Type,
	Object Value,
	GroupColumn GroupColumn
)

Parameters

ColumnName
Type: SystemString
The name of the column this condition should filter on.
Type
Type: SystemType
The type of the column this condition will filter on.
Value
Type: SystemObject
The value that the filter condition should filter on.
GroupColumn
Type: DataPAEnterpriseDashboardGroupColumn

Return Value

Type: String
A valid DataTable filter condition for a given column and value.
Remarks