require Query Fromat

  • table has a field 'A' containing numeric value...

    Want a field 'B' to display to cumulative data of row 'A'

    where ,

    B1=A1, B2=B1+A2 , B3=B2+A3 .....

    Here 'B' is not a table field..

    it is just for display purpous on Report..

    ......................................................................................

    column 'A' has following values in desc order : 5,5,4,4,4,3,3,2,2,1

    So 'B' should have 5,10,14,18,22,25,28,30,32,33

    .......................................................................................

    i m working on Ms SQL server 2005 reporting services ..

  • What happens when your is reordered?

    You need to normalize the data.

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

You must be logged in to reply to this topic. Login to reply