Forum Discussion
Subtract Values Row by Row with EARLIER function
- Anonymous8 years ago
I doubt that MIN, as well as MAX is correct for my case:
Basically I need (Sum [Resources Needs] within a Month) - (Sum [Resources Needs] within a Previous Month), but in this case how to deal with the result:
- 8 years ago
I guess where I was going with that is that you appear to have multiple matching rows so you either need to have better filters or you are going to need a different aggregation like AVERAGE or something.
What happens if you substitute MIN for MAX in your column formula?
I doubt that MIN, as well as MAX is correct for my case:
Basically I need (Sum [Resources Needs] within a Month) - (Sum [Resources Needs] within a Previous Month), but in this case how to deal with the result:
- Greg_Deckler8 years agoCommunity Champion
I guess where I was going with that is that you appear to have multiple matching rows so you either need to have better filters or you are going to need a different aggregation like AVERAGE or something.