Forum Discussion
Anonymous
3 years agoNot applicable
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? ...
- 3 years ago
Anonymous Well, if everything are columns then that would be:
Column 2 = if([column1] - [balance] <= 0, 0, [column1] - [balance])
Greg_Deckler
Community Champion
3 years agoAnonymous Well, if everything are columns then that would be:
Column 2 = if([column1] - [balance] <= 0, 0, [column1] - [balance])Anonymous
3 years agoNot applicable