Click or drag to resize
DashboardFilterCondition Constructor (String, String, String, String, Byte, Byte, Type) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardFilterCondition.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardFilterCondition(
	string LogicalOperator,
	string ColumnName = "",
	string ConditionOperator = "=",
	string Value = "",
	byte PrefixBrackets = 0,
	byte SuffixBrackets = 0,
	Type DataType = null
)

Parameters

LogicalOperator
Type: SystemString
The logical operator (AND/OR) used by this condition.
ColumnName (Optional)
Type: SystemString
The name of the column this filter will be applied to.
ConditionOperator (Optional)
Type: SystemString
The operator used by this condition.
Value (Optional)
Type: SystemString
The value that will be compared to the dataset column value.
PrefixBrackets (Optional)
Type: SystemByte
The number of opening brakets that preceed this condition.
SuffixBrackets (Optional)
Type: SystemByte
The number of closing brakets that follow this condition.
DataType (Optional)
Type: SystemType
Remarks