Forum Replies Created

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

  • RE: Running Total Column

    So it works!

    counterdif =CAST(0 AS REAL),

    counterdifsum = CAST(0 AS REAL)

    all i needed to change 🙂

    Thanks so much for that code.

  • RE: Running Total Column

    Hello again,

    Got my seq fixed but i get these errors:

    Msg 240, Level 16, State 1, Line 2

    Types don't match between the anchor and the recursive part in column "counterdif" of...

  • RE: Running Total Column

    This is a single query I am using to get a grout volume actually. database is stored every 10 seconds always. ID column counts +1. I have...

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