ad2ace01927931b5b0e8a5e36e97adff2c87560f
FAQ/How-to-calculate-difference-between-dates.md
| ... | ... | @@ -16,4 +16,9 @@ AdHocSettings.DateArithmeticDecimalPlaces = 3; |
| 16 | 16 | Please see the following simple example of date arithmetic use: |
| 17 | 17 | |
| 18 | 18 |  |
| 19 | - |
|
| ... | ... | \ No newline at end of file |
| 0 | + |
|
| 1 | +Here we establish our report fields. Note how the (-) operator is selected on the last "OrderDate" field and the field preceeding it will be named "Shipping Time(Days)". |
|
| 2 | + |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +We can see that our data has appeared as we wanted it in our preview. |
|
| ... | ... | \ No newline at end of file |