Created
November 7, 2012 19:00
-
-
Save ianlandsman/4033645 to your computer and use it in GitHub Desktop.
HelpSpot custom where for limiting by open time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This can be a custom WHERE for a filter/report to limit the results to requests that have been open greater than/less than | |
// a certain amount of time | |
(HS_Request.dtGMTClosed - HS_Request.dtGMTOpened) < 259200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment