You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
ContainsAccount Description Contains 'Cash on Hand'From field is displayed. To field is hidden.The system will search and show the data containing the keyword.
EqualsAccount Description equals 'Petty Cash'From field is displayed. To field is hidden.The system will search and show the data equal to the keyword.
Not Equal ToAccount Description does not equal 'Petty Cash'From field is displayed. To field is hidden.The system will search and show the data that is not equal to keyword.
Starts WithAccount Description Starts With 'Cash on Hand'From field is displayed. To field is hidden.The system will search and show the data that starts with the keyword.
Ends WithAccount Description Ends With 'Greenfield Admin'From field is displayed. To field is hidden.The system will search and show the data that ends with the keyword.
BlankAccount Description is blankFrom field is displayed but disabled. To field is hidden.The system will search and show the data with empty string or null value.
Not BlankAccount Description is not blankFrom field is displayed but disabled. To field is hidden.The system will search and show the data that is not empty string or null.
Greater ThanEnding Balance Greater Than '100'From field is displayed. To field is hidden.The system will search and show the data that is greater than the keyword.
Less ThanEnding Balance Less Than '100'From field is displayed. To field is hidden.The system will search and show the data that is less than the keyword.
BeforeDate Posted Before '01/01/2014'From field is displayed. To field is hidden.Used for a Date field. The system will search and show the data that is before the keyword (in this sample, date from 12/31/2013 and below)
AfterDate Posted After '01/01/2014'From field is displayed. To field is hidden.Used for a Date field. The system will search and show the data that is after the keyword (in this sample, date from 01/02/2014 and above)
TodayDate Posted Today (where today is the current system date)From field is displayed. To field is hidden.Used for a Date field. The system will search and show the data with the date equal to the current system date.
YesterdayDate Posted YesterdayFrom field is displayed. To field is hidden.Used for a Date field. The system will search and show the data with the date yesterday taking the current system date as the point of comparison, e.g. if today is 09/15/2014 so yesterday is 09/14/2014
Last WeekDate Posted Last WeekFrom and To fields are displayedUsed for a Date field. The system will search and show the data with the date yesterday taking the current system date as the point of comparison, e.g. if today is 09/15/2014 so yesterday is 09/14/2014
Last 30 Days   
Last Month   
Last Quarter   
Last Year   
This Week   
This Month   
This Quarter   
This Year   
BetweenEnding Balance Between '1' to '100'From and To fields are enabled.The system will search and show the data starting with the first keyword up to the last keyword.
  • No labels