124fbb0d3dc5ff811b4289f39e3b01ae34571172
Guides/ReportDesign/15.0-Expressions-in-Izenda.md
| ... | ... | @@ -67,7 +67,7 @@ This would combine ‘Berlin’ and ‘Germany’ to ‘Berlin, Germany’. Not |
| 67 | 67 | |
| 68 | 68 | ``'$' + [Freight] -> $xxxx`` |
| 69 | 69 | |
| 70 | -**Parenthesis:** Prior to release 6.7.263, expressions that included literal parentheses (**'\\\('** and **'\\\)'**) would not render correctly. This has been fixed. However, expressions that use non-escaped parentheses (**'\('** and **'\)'**) are still invalid to prevent SQL injection. |
|
| 70 | +**Parenthesis:** Prior to release 6.7.263, expressions that included escaped literal parentheses (**'\\\('** and **'\\\)'**) would not render correctly. This has been fixed. However, expressions that use non-escaped literal parentheses (**'\('** and **'\)'**) are still invalid to prevent SQL injection. |
|
| 71 | 71 | |
| 72 | 72 | ##15.3 Advanced Expressions |
| 73 | 73 |