A FilterCondition object contains the properties for a condition in the filter for a report. This object has no methods.

Properties

NameData TypeDescription
AskAtRuntimeBooleanTrue if this is an "ask-at-runtime" condition and False if not.
CaseSensitiveBooleanTrue if this is a case-sensitive condition (the default) and False if not.
ConditionCharacterThe condition as it appears in the WHERE clause of a SQL statement.
ConnectionCharacterThe connection to the previous condition (AND or OR, with or without parentheses).
DisplayCharacterThe condition as displayed to the user.
FieldNameCharacterThe aliased field name the condition is filtering on.
IncludeInDisplayBooleanTrue if this condition is included in the filter display. Set it to False if you don't want the user to see this condition.
OperatorCharacterThe descriptive name for operator used for the filter: "equals", "does not equal", etc.
ValuesCollectionA collection of the values to compare to the field. Use the Count property to determine how many values there are and the Item method to return a particular value.
ValueTypeCharacterThe type of value being compared to the field: "Value", "Field", or "Expression."

See Also
Collections | FilterConditions Collection