Condition is used to set the range of values for inclusion in the report. The conditions displayed on the combo box list will depend on theĀ Field List Manager setup. Below are the commonly used filter conditions.

ConditionExampleFrom/ To fieldDescription
LikeAccount Description Like 'Cash on Hand'From field is enabled. To field is disabled.The report will search and show the data containing the entered From value.
Not LikeAccount Description Not Like 'Cash on Hand'From field is enabled. To field is disabled.The report will search and show the data not containing the entered From value.
Starts WithAccount Description Starts With 'Cash on Hand'From field is enabled. To field is disabled.The report will search and show the data that starts with the entered From value.
Ends WithAccount Description Ends With 'Greenfield Admin'From field is enabled. To field is disabled.The report will search and show the data that ends with the entered From value.
Equal ToAccount Description equals 'Petty Cash'From field is enabled. To field is disabled.The report will search and show the data equal to the entered From value.
Not Equal ToAccount Description does not equal 'Petty Cash'From field is enabled. To field is disabled.The report will search and show the data that is not equal to the entered From value.
Greater ThanEnding Balance Greater Than '100'From field is enabled. To field is disabled.The report will search and show the data that is greater than the entered From value.
Greater Than or EqualEnding Balance Greater Than or Equal to '100'From field is enabled. To field is disabled.The report will search and show the data that is greater than or equal to the entered From value.
Less ThanEnding Balance Less Than '100'From field is enabled. To field is disabled.The report will search and show the data that is less than the entered From value.
Less Than or EqualEnding Balance Less Than or Equal to '100'From field is enabled. To field is disabled.The report will search and show the data that is less than or equal to the entered From value.
BetweenEnding Balance Between '1' to '100'From and To fields are enabled.The report will search and show the data starting with From value up to the To value.