‎05-27-2015 03:10 PM
Solved! Go to Solution.
‎05-28-2015 03:34 PM
Select Top 1000000 Str(DatePart(year, tblADusers.whenCreated)) + ' / ' +
Str(DatePart(month, tblADusers.whenCreated)) As month,
Count(tblADusers.ADObjectID) As number
From tblADusers
Where tblADusers.whenCreated > GetDate() - 365
Group By Str(DatePart(year, tblADusers.whenCreated)) + ' / ' +
Str(DatePart(month, tblADusers.whenCreated))
‎06-02-2015 03:18 PM
‎06-02-2015 02:22 PM
Division 1
employees
employees
employees
‎05-28-2015 03:34 PM
Select Top 1000000 Str(DatePart(year, tblADusers.whenCreated)) + ' / ' +
Str(DatePart(month, tblADusers.whenCreated)) As month,
Count(tblADusers.ADObjectID) As number
From tblADusers
Where tblADusers.whenCreated > GetDate() - 365
Group By Str(DatePart(year, tblADusers.whenCreated)) + ' / ' +
Str(DatePart(month, tblADusers.whenCreated))
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now