Guides/ReportDesign/5.0-Filters-tab.md
... ...
@@ -73,16 +73,29 @@ In the example above, a user will be able to change the “s” to a “t” and
73 73
74 74
##5.5 Other Buttons on the Filters Tab
75 75
76
-The ![](/Guides/ReportDesign/5.0-Filters-tab/filter_delete.png), ![](/Guides/ReportDesign/5.0-Filters-tab/filter_create_above.png), ![](/Guides/ReportDesign/5.0-Filters-tab/filter_create_below.png), ![](), and ![](/Guides/ReportDesign/5.0-Filters-tab/filter_move.png) function buttons of the **Filters** tab are shown below.
76
+The ![Delete](/Guides/ReportDesign/5.0-Filters-tab/filter_delete.png), ![Create Above](/Guides/ReportDesign/5.0-Filters-tab/filter_create_above.png), ![Create Below](/Guides/ReportDesign/5.0-Filters-tab/filter_create_below.png), and ![Move](/Guides/ReportDesign/5.0-Filters-tab/filter_move.png) function buttons of the **Filters** tab are shown below.
77 77
78 78
|**Icon**|**Control Name**|**Description**|
79 79
|:------:|:--------------:|:-------------:|
80
-|![](/Guides/ReportDesign/5.0-Filters-tab/filter_delete.png)|Delete Button|Click this button to delete the row the button is on.|
81
-|![](/Guides/ReportDesign/5.0-Filters-tab/filter_create_above.png)|Insert Row Above Button|Click this button to insert a row above the row the button is on.|
82
-|![](/Guides/ReportDesign/5.0-Filters-tab/filter_create_below.png)|Insert Row Below Button|Click this button to insert a row below the row the button is on.|
83
-|![](/Guides/ReportDesign/5.0-Filters-tab/filter_move.png)|Move|Allows users to move a row up or down in the list. You must click and drag until you see the space between rows is highlighted and release the mouse button to drop it.|
80
+|![Delete](/Guides/ReportDesign/5.0-Filters-tab/filter_delete.png)|Delete Button|Click this button to delete the row the button is on.|
81
+|![Create Above](/Guides/ReportDesign/5.0-Filters-tab/filter_create_above.png)|Insert Row Above Button|Click this button to insert a row above the row the button is on.|
82
+|![Create Below](/Guides/ReportDesign/5.0-Filters-tab/filter_create_below.png)|Insert Row Below Button|Click this button to insert a row below the row the button is on.|
83
+|![Move](/Guides/ReportDesign/5.0-Filters-tab/filter_move.png)|Move|Allows users to move a row up or down in the list. You must click and drag until you see the space between rows is highlighted and release the mouse button to drop it.|
84 84
85
-###Descriptions of Buttons
85
+##5.6 Other Filter Features
86 86
87
+|**Feature**|**Description**|
88
+|:---------:|:-------------:|
89
+|Show Filters in Report Description|Adds the filters being used to the Description field of the report when the report is viewed in the Report Viewer|
90
+|Require [blank] Parameters in Viewer|Sets the number of filter parameters the user must set when accessing this report in the Report Viewer.|
91
+|Filter Logic (Conditional Filtering)|Ex: (1 OR 2) AND (3 OR 4). See more about [[Advanced Filter Logic|/FAQ/Questions/How-To-Apply-Advanced-Logic-Filters]]
87 92
88
-##5.6 Other Filter Features
... ...
\ No newline at end of file
0
+Require ___ Parameters in Viewer
1
+
2
+The example below requires the user to select at least two parameters before the report will run in the Report Viewer.
3
+
4
+![]()
5
+
6
+And here is what the user will see when attempting to access the report.
7
+
8
+![]()
... ...
\ No newline at end of file