Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6004951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:20:05+00:00 2026-05-23T01:20:05+00:00

I would like to know if I can add an average column to this

  • 0

I would like to know if I can add an average column to this script whereby it averages the total number of inspections by the number of days. At the moment this report is showing 5 days worth of inspections. so I need the averageinspection column to divide the totalinspection by 5. is this possible?

SELECT     
    EstimName_String AS Inspector, 
    InspectionProcedureName AS inspection, 
    COUNT(*) AS TotalInspections
FROM
    UnitData_Vehicle
WHERE 
    DATEDIFF(day, InspectionDateTime, GETDATE()) = 1
GROUP BY 
    InspectionProcedureName, EstimName_String

I would like to show this:

Inspector   Inspection  Totalinspections    Averageinspections
Joe Bloggs  Inspection         20               4
Micky Mouse Inspection        100               20
Jack and Jill   Inspection     50               10
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:20:06+00:00Added an answer on May 23, 2026 at 1:20 am
    SELECT
        EstimName_String AS Inspector,
        InspectionProcedureName AS inspection,
        COUNT(*) AS TotalInspections,
        COUNT(*) / DATEDIFF(day, InspectionDateTime, GETDATE()) AS AverageinspectionsPerDay
    FROM
         UnitData_Vehicle
    WHERE
        (DATEDIFF(day,      InspectionDateTime, GETDATE()) = 1)
    GROUP BY
        InspectionProcedureName, EstimName_String
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

OK I would like to know this once and for all, how can I
I would like to know If I can add my ecommerce analytics tags inside
I would like to know how can i add a filter when i publish
I would like to know where can I find the code which eclipse uses
I would like to know how Can I paas Page as Ref Parameter to
I would like to know if I can open 2 different diagrams using MS
I would like to know if I can install say Visual Studio 2008 Pro
I would like to know how I can refer to a list item object
I have a generator and I would like to know if I can use
I'm using SQL Server 2005 and would like to know how I can get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.