1c9a1d30c47d0dd1f8b771c7c9c5b2df103c4b39
FAQ/advanced-field-settings.md
| ... | ... | @@ -8,20 +8,24 @@ Advanced field settings provide more granular control over what data is displaye |
| 8 | 8 | |
| 9 | 9 | ##Advanced Settings |
| 10 | 10 | |
| 11 | -* **Column group:** Allows you to define column groups for your report. Any columns with the same column group will be displayed together under the title given by the input text. |
|
| 12 | -* **Hide this field:** Allows a field to be hidden in the report but still used to perform calculations and associated to other data. |
|
| 13 | -* **Sort (z-a):** Reverses the sort order of the report from Z-A. |
|
| 14 | -* **Italic:** Displays all data in this field as italic. |
|
| 15 | -* **Bold:** Displays all data in this field as bold. |
|
| 16 | -* **Width:** Allows you to define a custom field width for your data. |
|
| 17 | -* **Label Justification:** Sets the column's header justification to either L, R, or M. |
|
| 18 | -* **Value Justification:** Sets the column's data justification to L, R, M, or none. |
|
| 19 | -* **Subreport:** Allows you to define a sub-report to use based on this field. More about [[subreports|http://wiki.izenda.us/FAQ/Questions/sub-reports-and-drilldowns]]. |
|
| 20 | -* **Drill-Down Style:** Allows you to choose how the sub-report will be displayed. |
|
| 21 | -* **Url:** Allows you to define a url to navigate to. |
|
| 22 | -* **Subtotal Function:** Allows you to change the function used when creating a sub-total line. The "Add Subtotals" box must be checked for this to have an effect. |
|
| 23 | -* **Gradient Cells Shading:** Allows you to use a gradient (smooth color transition) effect within your report cells using the Item Color and the Alternating Item Color found on the [[Style tab|/Guides/ReportDesign/10.0-Style-tab]]. |
|
| 24 | -* **Text Highlight:** Alters the color of the text in the cells of the selected field based on the format given. (e.g. 1 to 10:green; 11 to 50:yellow;51 to 100:red) |
|
| 25 | -* **Cell Highlight:** Highlights the entire cell of the selected field based on the format given. (see example above) |
|
| 26 | -* **Value Ranges:** Allows you to define a substitute for ranges of values you define (e.g. 0 to 10:Under 10;10 to 100: 10-100) |
|
| 27 | -* **Expression:** Allows you to use mathematical expressions and conditionals for your selected field if the existing controls do not provide you the level of control you desire. This is formatted as an SQL statement and can accept database column names. |
|
| ... | ... | \ No newline at end of file |
| 0 | + |
|
| 1 | + |
|
| 2 | +|**Setting Name**|**Description**| |
|
| 3 | +|:--------------:|:-------------:| |
|
| 4 | +|Column Group|Applies a label to this column that can work over multiple consecutive columns. Any other column that shares the same label will be included in the grouping. E.g. in a report with columns ShipCountry, ShipCity, Freight, and UnitPrice, you can use a column group on ShipCountry and ShipCity that reads "Shipping" and on Freight and UnitPrice that reads "Finance" and have "Shipping" and "Finance" appear above the columns. But applying "Shipping" to ShipCountry and Freight and "Finance" to ShipCity and UnitPrice would result in four separate labels, two of which read "Shipping" and two which read "Finance".| |
|
| 5 | +|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.| |
|
| 6 | +|Sort (z-a)|Sorts in descending order| |
|
| 7 | +|Italic|Sets whether the column is shown in italics| |
|
| 8 | +|Bold|Sets whether the column is shown in bold| |
|
| 9 | +|Width|Set the width of the column in number of pixels| |
|
| 10 | +|Label Justication|Sets the Column label to the left, right, or middle of the row| |
|
| 11 | +|Value Justication|Sets the Value of the field to the left, right, or middle of the row| |
|
| 12 | +|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.<br>_**Note:** The "Automatic" option will attempt to choose a sub-report by matching the drill-down key to the selected field and cannot discern between two sub-reports that use the same drill-down key._| |
|
| 13 | +|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<br>**ComboKey** - Used in combination with one of the above. When this setting is chosen for the second drilldown key, the value of both fields will be passed from the main report to the sub-report.| |
|
| 14 | +|Url|Allows you to define a custom Url to redirect to when the sub-report is accessed.| |
|
| 15 | +|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.| |
|
| 16 | +|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.| |
|
| 17 | +|Text Highlight|Highlights the text for a given range. You can refer to the [[Styles tab|http://wiki.izenda.us/Guides/ReportDesign/10.0-Style-tab]] for a list of valid colors. Example: "5 to 6:Blue;7 to 10:Red".| |
|
| 18 | +|Cell Highlight|Highlights the entire cell for a given range. This follows the same rules as text highlight.| |
|
| 19 | +|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).| |
|
| 20 | +|Expression|Allows you to define a customized mathematical or SQL expression to show as the value for the column cells. See more about [[Expressions|http://wiki.izenda.us/Guides/ReportDesign/15.0-Expressions-in-Izenda]]| |
|
| ... | ... | \ No newline at end of file |