Skip to content

Instantly share code, notes, and snippets.

@tinaarnoldi
Created July 9, 2012 16:03
Show Gist options
  • Save tinaarnoldi/3077339 to your computer and use it in GitHub Desktop.
Save tinaarnoldi/3077339 to your computer and use it in GitHub Desktop.
SQL Grantedge Parameter value for date 7 days prior
=DateAdd(DateInterval.Day, -7, (Today))
@tinaarnoldi
Copy link
Author

Enter it as an expression for the parameter in the Default Value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment