Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Column: Formula:
Second Order Nth([Day of Date], 2)
Last Order Max([Day of Date])
Days 1st to 2nd Order DateDiff("day", [First Order], [Second Order])
Days 1st to Last DateDiff("day", [First Order], [Last Order])
Days Since Last Order DateDiff("day", [Last Order], Today())
```

The table should now look like this (after collapsing it):
Expand Down