90c270e999d0af45a56d11daa50db15659eadaf3
Guides/ReportDesign/4.0-fields-tab.md
| ... | ... | @@ -106,8 +106,6 @@ Functions allow you to perform calculations on the data and can be chosen from t |
| 106 | 106 | |
| 107 | 107 | The **Format** dropdown menu is a list of formats for the entries of the field selected in the **Field** dropdown menu directly to the left to appear in. Depending on the Field data type and the function, you will have differing options for formatting. The main two formats used will be available for all numbers and dates. |
| 108 | 108 | |
| 109 | -![]() |
|
| 110 | - |
|
| 111 | 109 | **Numeric Formats Available** |
| 112 | 110 | |
| 113 | 111 | |**Format**|**Description**|**Examples**| |
| ... | ... | @@ -147,21 +145,42 @@ The **Format** dropdown menu is a list of formats for the entries of the field s |
| 147 | 145 | |
| 148 | 146 | Quick Add lets you add multiple fields to the report at one time by selecting from a list. |
| 149 | 147 | |
| 150 | -![]() |
|
| 148 | + |
|
| 151 | 149 | |
| 152 | 150 | ##4.8 Advanced Field Settings Button |
| 153 | 151 | |
| 154 | 152 | To access the Advanced Field Settings, click on the Gear icon on the selected Field. |
| 155 | 153 | |
| 156 | -![]() |
|
| 154 | + |
|
| 157 | 155 | |
| 158 | 156 | |**Setting Name**|**Description**| |
| 159 | 157 | |:--------------:|:-------------:| |
| 160 | -|Hide this field|Hides the field from display when report is ran| |
|
| 158 | +|Hide this field|Hides the field from display when report the is ran. Useful for using expressions on multiple fields but when only one of the fields should be displayed.| |
|
| 161 | 159 | |Sort (z-a)|Sorts in descending order| |
| 162 | -|Italic – Bold|Italic and Bold for that field| |
|
| 160 | +|Italic|Sets whether the column is shown in italics| |
|
| 161 | +|Bold|Sets whether the column is shown in bold| |
|
| 163 | 162 | |Width|Set the width of the column in number of pixels| |
| 164 | 163 | |Label Justication|Sets the Column label to the left, right, or middle of the row| |
| 165 | 164 | |Value Justication|Sets the Value of the field to the left, right, or middle of the row| |
| 166 | -|Subreport|Sets the drill-down child report | |
|
| 167 | -|Drill-Down Style|**Link** – opens in same browser window <br>**Link (New Window)** – opens in new browser window<br>**Embedded** – embeds the drill-down results into the main report<br>**Popup** – opens the results on a pop-up screen<br>**Hover** - Shows the sub-report when you hover the mouse over the item that the sub-report is linked to| |
|
| ... | ... | \ No newline at end of file |
| 0 | +|Subreport|Sets the drill-down child report. The list contains only reports that have a [[drill-down key|http://wiki.izenda.us/Guides/ReportDesign/9.0-Misc-Tab#9.2.2-Setting-the-drill-down-key]] set for them.| |
|
| 1 | +|Drill-Down Style|**Link** – opens in same browser window <br>**Link (New Window)** – opens in new browser window<br>**Embedded** – embeds the drill-down results into the main report<br>**Popup** – opens the results on a pop-up screen<br>**Hover** - Shows the sub-report when you hover the mouse over the item that the sub-report is linked to| |
|
| 2 | +|Url|Allows you to define a custom Url to redirect to when the sub-report is accessed.| |
|
| 3 | +|SubTotal Function|Sets a customized function for subtotals displayed with this field. The default value is "Sum". This only applies to the bottom sub-totals and not the side sub-totals.| |
|
| 4 | +|Gradient Cells Shading|Sets whether cells will use a gradient or solid colors for shading. The larger the value in the cell is, the darker the shading will become.| |
|
| 5 | +|Text Highlight|Highlights the text for a given range. You can refer to the [[Styles tab|]] for a list of valid colors. Example: "5 to 6:Blue;7 to 10:Red".| |
|
| 6 | +|Cell Highlight|Highlights the entire cell for a given range. This follows the same rules as text highlight.| |
|
| 7 | +|Value Ranges|Lets you set text values for number ranges. (i.e. setting this to 0 to 10:Under will display the text "Under" when it encounters a value between 0 and 10 for that column).| |
|
| 8 | +|Expression|Allows you to define a customized mathematical or SQL expression to show as the value for the column cells. See more about [[Expressions|]]| |
|
| 9 | + |
|
| 10 | +##4.9 Add Pivot |
|
| 11 | + |
|
| 12 | +The Add Pivot button allows you to generate analytical data grids and essentially adds extra columns to the right side of the report. These extra columns are based on the logical grouping function that you can define in your pivot. (e.g. pivoting a money column with a Group (Year) function will display each year's total for as many years as exist in your dataset. |
|
| 13 | + |
|
| 14 | +##4.10 Admin Tips |
|
| 15 | + |
|
| 16 | +Here are some additional resources that admins can use to increase readability and more precisely define what data users are allowed to view. |
|
| 17 | + |
|
| 18 | +* [[Aliasing|/API/CodeSamples/FieldAliases]] |
|
| 19 | +* [[Hidden Filters|http://wiki.izenda.us/API/CodeSamples/HiddenFilters]] |
|
| 20 | +* [[Hiding/Showing Database Types|/API/CodeSamples/ShowDatabaseTypes]] |
|
| 21 | +* [[Hidden Columns|/API/CodeSamples/HiddenColumns]] |
|
| ... | ... | \ No newline at end of file |