Guides/ReportDesign/5.0-Filters-tab.md
... ...
@@ -20,41 +20,43 @@ The Filter Operator Drop-down lets you select your operator based on the data ty
20 20
21 21
|**Type** |**Filter** |**Description**|
22 22
|:-------------------:|:----------------------:|:-------------:|
23
-|**Comparison** |Is Less Than |Displays only items whose values are less than the input values.
24
-|**Comparison** |Is Greater Than |Displays only items whose values are greater than the input values.
25
-|**Comparison** |Between |Displays only items whose values lie between the input values.
26
-|**Comparison** |Isn't Less Than |Displays only items whose values are not less than the input value.
27
-|**Comparison** |Isn't Greater Than |Displays only items whose values are not greater than the input value.
28
-|**Comparison** |Isn't Between |Displays only items whose values are between the input values.
29
-|**Equivalence** |Equals |Manual text entry of the comparison value(s) separated with commas for easy copy/paste from CSV.
30
-|**Equivalence** |Equals(List) |Manual text entry of the comparison value(s) separated by lines(enter key).
31
-|**Equivalence** |Equals(Autocomplete) |Manual text entry of the comparison value(s) that displays a list of options as you type. Separate each value with a comma.
32
-|**Equivalence** |Equals(Select) |Allows you to select a single value from a dropdown list.
33
-|**Equivalence** |Equals(Multiple) |Allows you to select multiple values from a scrollable list. Use ctrl+click to highlight multiple values (command+click on Mac).
34
-|**Equivalence** |Equals(Popup) |Allows selection of multiple values from a popup list of checkboxes.
35
-|**Equivalence** |Doesn't Equal |Exactly the opposite of equals.
36
-|**Equivalence** |Doesn't Equal (Select) |The opposite of Equals (Select).
37
-|**Equivalence** |Doesn't Equal (Multiple)|The opposite of Equals (Multiple).
38
-|**Equivalence** |Doesn't Equal (Popup) |The opposite of Equals (Popup).
39
-|**Field Comparison** |Is Less Than (Field) |Allows you to compare one field to another. Determines if the first field is less than the second field.
40
-|**Field Comparison** |Is Greater Than (Field) |Allows you to see if one field is greater than another field.
41
-|**Field Comparison** |Equals (Field) |Determines if one field value equals another. This is useful for joining tables on multiple fields.
42
-|**Field Comparison** |Not Equals (Field) |The opposite of Equals(Field).
43
-|**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]].
44
-|**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]].
45
-|**Date/Time** |Less Than Days Old |Allows a single numeric entry to represent the days and uses that as a filter.
46
-|**Date/Time** |Greater Than Days Old |The opposite of Less Than Days Old
47
-|**Date/Time** |Equals Days Old |Filters on records that are only as many days old as you specify.
48
-|**String** |Like |Determines if the value of the field contains the given text.
49
-|**String** |Begins With |Determines if the value of the field begins with the given text.
50
-|**String** |Ends With |Determines if the value of the field ends with the given text.
51
-|**String** |Isn't Like |The opposite of Like.
52
-|**Boolean** |True |Determines if the value in the field is "true".
53
-|**Boolean** |False |Determines if the value in the field is "false". Values other than the number 1 and the text "(T|t)rue" will be interpreted as false.
54
-|**Available for All**|... |Selected when no filter is used.
55
-|**Available for All**|Blank |Is the field blank?
56
-|**Available for All**|Isn't Blank |Is the field not blank?
57
-|**Available for All**|Use Previous OR |See [[this page|FAQ/Questions/How-is-Use-Previous-OR-used-in-Filters]] for more information about this option.
23
+|**Comparison** |Is Less Than |Displays only items whose values are less than the input values.|
24
+|**Comparison** |Is Greater Than |Displays only items whose values are greater than the input values.|
25
+|**Comparison** |Between |Displays only items whose values lie between the input values.|
26
+|**Comparison** |Isn't Less Than |Displays only items whose values are not less than the input value.|
27
+|**Comparison** |Isn't Greater Than |Displays only items whose values are not greater than the input value.|
28
+|**Comparison** |Isn't Between |Displays only items whose values are between the input values.|
29
+|**Equivalence** |Equals |Manual text entry of the comparison value(s) separated with commas for easy copy/paste from CSV.|
30
+|**Equivalence** |Equals(List) |Manual text entry of the comparison value(s) separated by lines(enter key).|
31
+|**Equivalence** |Equals(Autocomplete) |Manual text entry of the comparison value(s) that displays a list of options as you type. Separate each value with a comma.|
32
+|**Equivalence** |Equals(Select) |Allows you to select a single value from a dropdown list.|
33
+|**Equivalence** |Equals(Multiple) |Allows you to select multiple values from a scrollable list. Use ctrl+click to highlight multiple values (command+click on Mac).|
34
+|**Equivalence** |Equals(Popup) |Allows selection of multiple values from a popup list of checkboxes.|
35
+|**Equivalence** |Equals (Tree) |Allows selection of groupings of values based on a hierarchy.|
36
+|**Equivalence** |Doesn't Equal |Exactly the opposite of equals.|
37
+|**Equivalence** |Doesn't Equal (Select) |The opposite of Equals (Select).|
38
+|**Equivalence** |Doesn't Equal (Multiple)|The opposite of Equals (Multiple).|
39
+|**Equivalence** |Doesn't Equal (Popup) |The opposite of Equals (Popup).|
40
+|**Equivalence** |Doesn'tEqual (Tree) |The opposite of Equals (Tree).|
41
+|**Field Comparison** |Is Less Than (Field) |Allows you to compare one field to another. Determines if the first field is less than the second field.|
42
+|**Field Comparison** |Is Greater Than (Field) |Allows you to see if one field is greater than another field.|
43
+|**Field Comparison** |Equals (Field) |Determines if one field value equals another. This is useful for joining tables on multiple fields.|
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]].|
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
+|**Date/Time** |Less Than Days Old |Allows a single numeric entry to represent the days and uses that as a filter.|
48
+|**Date/Time** |Greater Than Days Old |The opposite of Less Than Days Old|
49
+|**Date/Time** |Equals Days Old |Filters on records that are only as many days old as you specify.|
50
+|**String** |Like |Determines if the value of the field contains the given text.|
51
+|**String** |Begins With |Determines if the value of the field begins with the given text.|
52
+|**String** |Ends With |Determines if the value of the field ends with the given text.|
53
+|**String** |Isn't Like |The opposite of Like.|
54
+|**Boolean** |True |Determines if the value in the field is "true".|
55
+|**Boolean** |False |Determines if the value in the field is "false". Values other than the number 1 and the text "(T|t)rue" will be interpreted as false.|
56
+|**Available for All**|... |Selected when no filter is used.|
57
+|**Available for All**|Blank |Is the field blank?|
58
+|**Available for All**|Isn't Blank |Is the field not blank?|
59
+|**Available for All**|Use Previous OR |See [[this page|FAQ/Questions/How-is-Use-Previous-OR-used-in-Filters]] for more information about this option.|
58 60
59 61
##5.4 Blank and Param Checkboxes
60 62