Skip to content

Instantly share code, notes, and snippets.

@HarryMcCarney
Last active August 29, 2015 14:16
Show Gist options
  • Save HarryMcCarney/0355486ba0fc561a0ee2 to your computer and use it in GitHub Desktop.
Save HarryMcCarney/0355486ba0fc561a0ee2 to your computer and use it in GitHub Desktop.
Basic report definition
name: Users
connection: data source=psjlbac9vm.database.windows.net,1433;Initial Catalog=dfg;User Id=thefc;Password=sfdg;Encrypt=true;Trusted_Connection=false;" providerName="System.Data.SqlClient"
sql: select name, email, created from user where created @from and @to
params:
- name:created
type:DateRange
field:created
- name:email
type:filter
field:email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment