13f53a030378948138aa92925bbca12ee680dda9
Guides/ReportDesign/15.0-Expressions-in-Izenda.md
| ... | ... | @@ -51,7 +51,7 @@ We can also use expressions to manipulate text. Let’s say that we have 'ShipC |
| 51 | 51 | |
| 52 | 52 | **Using the following expression:** |
| 53 | 53 | |
| 54 | -``[ShipCity], + ', ' + [ShipCountry]`` |
|
| 54 | +``[ShipCity] + ', ' + [ShipCountry]`` |
|
| 55 | 55 | |
| 56 | 56 |  |
| 57 | 57 |