User Tools

Site Tools


transformations:shiftcolumn

This is an old revision of the document!


Shift column

This action shifts values in specified column up or down. When a column is shifted down, empty cells are inserted at the top of the column. When shifted up, empty cells are inserted at the bottom.

Use cases

This action can be used in cases when a comparison with a previous/future period is required.

Example

Source data: sales by year.

Year Sales
2010 10000
2011 12100
2012 9000
2013 11000
2014 8500
2015 11300

Objective: Calculate the delta with previous year. For this, we're appending a new column which is column [Sales] shifted down by 1 row.

Result:

Year Sales Prev. year sales
2010 10000
2011 12100 10000
2012 9000 12100
2013 11000 9000
2014 8500 11000
2015 11300 8500
transformations/shiftcolumn.1527130366.txt.gz · Last modified: 2018/05/23 22:52 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki