50a0876c4b2ad3c2b1447b415fa6879c21d55ced
Guides/ReportDesign/5.0-Filters-tab.md
| ... | ... | @@ -42,7 +42,7 @@ The Filter Operator Drop-down lets you select your operator based on the data ty |
| 42 | 42 | |**Field Comparison** |Is Greater Than (Field) |Allows you to see if one field is greater than another field.| |
| 43 | 43 | |**Field Comparison** |Equals (Field) |Determines if one field value equals another. This is useful for joining tables on multiple fields.| |
| 44 | 44 | |**Field Comparison** |Not Equals (Field) |The opposite of Equals(Field).| |
| 45 | -|**Date/Time** |Between (Calendar) |Allows you to select two dates from a calendar popup to filter on. This can be changed to a manual text entry field by modifying the ShowBetweenDateCalendar in the [[AdHocSettings|/API/AdHocSettings]].| |
|
| 45 | +|**Date/Time** |Between (Calendar) |Allows you to select two dates from a calendar popup to filter on. This filter is inclusive - any dates equal to or between the specified values will be included. This can be changed to a manual text entry field by modifying the ShowBetweenDateCalendar in the [[AdHocSettings|/API/AdHocSettings]].| |
|
| 46 | 46 | |**Date/Time** |In Time Period |Allows you to select from a list of time periods to filter on. See more about [[Adding new time periods|http://wiki.izenda.us/FAQ/Questions/Adding-Custom-Time-Periods]].| |
| 47 | 47 | |**Date/Time** |Less Than Days Old |Allows a single numeric entry to represent the days and uses that as a filter.| |
| 48 | 48 | |**Date/Time** |Greater Than Days Old |The opposite of Less Than Days Old| |