d63eef5843145b83e40751f44765f52e2ca601a1
Guides/ReportDesign/15.0-Expressions-in-Izenda.md
| ... | ... | @@ -111,7 +111,7 @@ More information about using these functions can be found [[here|http://msdn.mic |
| 111 | 111 | |
| 112 | 112 | - **count(Distinct [OrderID])** produces a count of all distinct OrderID values. |
| 113 | 113 | |
| 114 | -- **datediff(part, [begindate], [enddate])** allows you to calculate the difference between two datetimes with a user selected level of granularity, for example the number of days, hours, or minutes between both input values. |
|
| 114 | +- **datediff(part, [begindate], [enddate])** allows you to calculate the difference between two datetimes with a user selected level of granularity, for example the number of days, hours, or minutes between both input values. More information can be found [[here|http://wiki.izenda.us/FAQ/How-to-use-datediff]]. |
|
| 115 | 115 | |
| 116 | 116 | - **distinct(OrderID)** produces a list of all distinct OrderID values. This is an _**Oracle only**_ function. |
| 117 | 117 |