Forum Replies Created

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

  • RE: Running Count

    My script

    Select

    YEAR(Eligibility.IntakeDate) as Years

    , Month(Eligibility.IntakeDate)as Month

    , Count(distinct Customer.Customer_ID) as TotalCustomers

    FROM dbo.Customer

    INNER JOIN dbo.Eligibility

    ONCustomer.Customer_ID = Eligibility.Customer_ID

    WHERE

    (

    (Eligibility.IntakeDate is NULL) OR YEAR(Eligibility.IntakeDate) > 2004

    ) AND

    (

    (Eligibility.FileClosedDate IS NULL)...

  • RE: How to Create Mailling Labels

    i posted this request to solve the issue with mailing list - reporting services 2008.

    pls some one give suggestions

    thanks

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