Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Aggregate Functions

    Thanks guys, I appreciate your help

  • RE: Aggregate Functions

    This is what bopeavy was asking for. Dixie, I agree with you, from now on, I will comply with the rules.

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE AggregateTable(

    [Rep] [nvarchar](255)...

  • RE: Aggregate Functions

    Thanks Dixie. I will take that into consideration next time I post a question. I will try your solution and see if it helps.

  • RE: Aggregate Functions

    Hi Dixie,

    The fields you see are just aliases and not the actual field names in the table

  • RE: Aggregate Functions

    Thank you bopeavy.

    My structure is like this,

    [REP] [# of Audits] ...

Viewing 5 posts - 1 through 6 (of 6 total)