Forum Replies Created

Viewing 15 posts - 151 through 165 (of 541 total)

  • RE: Running total error

    ChrisM@Work (6/25/2014)


    pwalter83 (6/25/2014)


    ChrisM@Work (6/25/2014)


    pwalter83 (6/25/2014)


    ChrisM@Work (6/25/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    pwalter83 (6/24/2014)


    Jeff Moden (6/24/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    Here's a quick rejig of that sample data, and a reformat of the code. Is it only the...

  • RE: Running total error

    ChrisM@Work (6/25/2014)


    pwalter83 (6/25/2014)


    ChrisM@Work (6/25/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    pwalter83 (6/24/2014)


    Jeff Moden (6/24/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    Here's a quick rejig of that sample data, and a reformat of the code. Is it only the running total...

  • RE: Running total error

    ChrisM@Work (6/25/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    pwalter83 (6/24/2014)


    Jeff Moden (6/24/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    Here's a quick rejig of that sample data, and a reformat of the code. Is it only the running total column which...

  • RE: Running total error

    ChrisM@Work (6/24/2014)


    pwalter83 (6/24/2014)


    Jeff Moden (6/24/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    Here's a quick rejig of that sample data, and a reformat of the code. Is it only the running total column which is incorrect?

    IF...

  • RE: Running total error

    Jeff Moden (6/24/2014)


    pwalter83 (6/24/2014)


    ChrisM@Work (6/24/2014)


    Here's a quick rejig of that sample data, and a reformat of the code. Is it only the running total column which is incorrect?

    IF OBJECT_ID ('tempdb..#GLT')...

  • RE: Running total error

    ChrisM@Work (6/24/2014)


    Here's a quick rejig of that sample data, and a reformat of the code. Is it only the running total column which is incorrect?

    IF OBJECT_ID ('tempdb..#GLT') IS NOT NULL...

  • RE: Running total error

    Lynn Pettis (6/23/2014)


    Jeff Moden (6/23/2014)


    pwalter83 (6/23/2014)


    ChrisM@Work (6/23/2014)


    pwalter83 (6/23/2014)


    ChrisM@Work (6/23/2014)


    Paul, you have two threads open which cover the same problem. Can I suggest you choose one of them and close the...

  • RE: Running total error

    ChrisM@Work (6/23/2014)


    pwalter83 (6/23/2014)


    ChrisM@Work (6/23/2014)


    Paul, you have two threads open which cover the same problem. Can I suggest you choose one of them and close the other? You can do that...

  • RE: Running total error

    ChrisM@Work (6/23/2014)


    Paul, you have two threads open which cover the same problem. Can I suggest you choose one of them and close the other? You can do that by posting...

  • RE: Running total in sql and additional issue

    No further posts to this thread, please see the new link:

    http://www.sqlservercentral.com/Forums/Topic1584256-391-4.aspx

  • RE: Running total error

    Sachin Nandanwar (6/20/2014)


    pwalter83 (6/20/2014)


    Sachin Nandanwar (6/20/2014)


    I dont understand the problem here.Your query seems to be achieving it.

    CREATE TABLE [dbo].[GL](

    [Sequence] [int] NOT NULL,

    [WK NO] [int] NULL,

    [AC] [nvarchar](10) NULL,

    [COMP] [nvarchar](10) NULL,

    [USD_AMOUNT]...

  • RE: Running total error

    ChrisM@Work (6/23/2014)


    pwalter83 (6/23/2014)


    ChrisM@Work (6/23/2014)


    pwalter83 (6/23/2014)


    ... I need to use the following query to get the desired resultset. I think that is where the problem is

    If the query you "need to...

  • RE: Running total error

    mister.magoo (6/23/2014)


    mister.magoo (6/20/2014)


    Can I ask what is not working in the SSRS RunningTotal, it may just be a scope problem?

    Evil Kraig F (6/20/2014)


    pwalter83 (6/20/2014)


    I am trying to calculate running total...

  • RE: Running total error

    ChrisM@Work (6/23/2014)


    pwalter83 (6/23/2014)


    ... I need to use the following query to get the desired resultset. I think that is where the problem is

    If the query you "need to use" doesn't...

  • RE: Running total error

    Sachin Nandanwar (6/20/2014)


    pwalter83 (6/20/2014)


    Sachin Nandanwar (6/20/2014)


    I dont understand the problem here.Your query seems to be achieving it.

    CREATE TABLE [dbo].[GL](

    [Sequence] [int] NOT NULL,

    [WK NO] [int] NULL,

    [AC] [nvarchar](10) NULL,

    [COMP] [nvarchar](10) NULL,

    [USD_AMOUNT]...

Viewing 15 posts - 151 through 165 (of 541 total)