Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Subtract rows from a total value

Hello everyone! I need some help at this situation:   I need to subtract row values from a total value to adjust the column1, the desired value is in column2:     Can someone help me? ...
  • Greg_Deckler's avatar
    Greg_Deckler
    3 years ago

    Anonymous Well, if everything are columns then that would be:

    Column 2 = if([column1] - [balance] <= 0, 0, [column1] - [balance])