Skip to content

Instantly share code, notes, and snippets.

@ianlandsman
Created November 7, 2012 19:00
Show Gist options
  • Save ianlandsman/4033645 to your computer and use it in GitHub Desktop.
Save ianlandsman/4033645 to your computer and use it in GitHub Desktop.
HelpSpot custom where for limiting by open time
// 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