Forum Discussion

Lilia's avatar
Lilia
Helper I
9 years ago
Solved

Calculating difference between consecutive rows

Calculating difference between ROWS   Hello, Could you please help me with advice how I could calculate the value difference between two rows? In the table below:   ProblemID ProblemFiel...
  • ImkeF's avatar
    ImkeF
    9 years ago

    Probably a pivot-operations is what you're looking for:

    Check column "ProblemFieldID" -> Transform -> Pivot Column -> Choose "NumVal" in Value-Field.

     

    This will return a table with 1 additional column per ProblemFieldID which you then can build your calculations on.