8e6338e183638fcbce0b41c6775523ae80410b05
Guides/ReportDesign/15.0-Expressions-in-Izenda.md
| ... | ... | @@ -129,4 +129,8 @@ More information about using these functions can be found [[here|http://msdn.mic |
| 129 | 129 | |
| 130 | 130 | - sum(OrderID) produces the sum of all OrderID values. |
| 131 | 131 | |
| 132 | +- case when [OrderID] > 10000 then 'valid' else 'invalid' end returns the text string valid if OrderID is greater than 10,000, and the text string invalid if OrderID is 10,000 or less. |
|
| 133 | + |
|
| 134 | +More information about using this function can be found [[here|http://msdn.microsoft.com/en-us/library/ms181765.aspx]]. |
|
| 135 | + |
|
| 132 | 136 | It is possible to enable other SQL functions or [[write new functions|/API/CodeSamples/ExtendedFunctions]]. |
| ... | ... | \ No newline at end of file |