Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How To...

    Muchas Gracias again ~ Perfecto! *** hugs you ***

    --declare @startdate datetime,

    --@enddate datetime

    select

    RM.fldEditedBy as 'User Login',

    case Grouping(RM.fldPriorityCode)

    when 0 then RM.fldPriorityCode

    else 'Total' end as 'Priority',

    count(datediff(day,RM.fldRequestDate,RM.fldComCanDate)) as 'Calls Resolved'

    from tblRequestMaster RM

    where RM.fldPriorityCode...

  • RE: How To...

    Thank you Gordon for your help

    My code is now looking like this [I'm almost getting there] ::::

    --Number of calls resolved by each staff...

  • RE: SQL Query

    Thank you very much Lynn that worked perfectly

Viewing 3 posts - 1 through 3 (of 3 total)