44ce1ec08cc5ac4160d2e624930298749ca5baa6
FAQ/advanced-field-settings.md
| ... | ... | @@ -30,4 +30,6 @@ Advanced field settings provide more granular control over what data is displaye |
| 30 | 30 | |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".| |
| 31 | 31 | |Cell Highlight|Highlights the entire cell for a given range. This follows the same rules as text highlight.| |
| 32 | 32 | |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).| |
| 33 | -|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 |
| 0 | +|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]]| |
|
| 1 | +|Expression Type|Allows you to specify the data type of this field. This is most useful when| you are generating output with an expression and need to specify a data type.| |
|
| 2 | +|Group By Expression|If checked, this field will be included in the group by statement of the query. This is functionally the same as the Group function, except applicable to expression output within a field rather than to the field itself.| |
|
| ... | ... | \ No newline at end of file |