Jump to content
We've recently updated our Privacy Statement, available here ×

Accumulated Values in Crosstabs


Mythorth

Recommended Posts

Hi,

 

i have got a problem insering an accumulated value line into my crosstab, it should look like this:

 

Code:

JAN FEB MAR TOTAL
ITEM1 3 2 5 10
Accum. 3 5 10 10

ITEM1 1 8 0 9
Accum. 1 9 9 9

 

How can i realise to get the accumulated values? Can i use the value of the cell from the previous column in a crosstab to make something like "value = current column + previous column"?

 

Or can i store the value of the current cell outside the crosstab data in a variable to use it for calculation in any way?

 

I am sure there is an easy way to realise this and i just don't get it so thanks for your help in advance.

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi, thanks for your hint, but what i am looking for is not the Total Column. Just an example:

 

ITEM1 February must be ITEM1(JAN) + ITEM1(FEBR)

ITEM1 March must be ITEM1(JAN) + ITEM1(FEBR) + ITEM1(MAR)

 

And this for every Line so this is what you see in the Accumulated Rows in my sample Table.

Post edited by: Mythorth, at: 2008/04/30 07:37

Link to comment
Share on other sites

  • 8 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...