I’m trying to get the rollup of a colum…but this rollup needs to changed based on criteria.
It is kind of a Rollup combined with a SUMIF but I’m failing to do it so far…
In excel, I would have use MATCH and INDEX to get there - any idea what would be the best way ?
Hopefully the below screen shot is self-explanatory : I want in column “PoidsCamion” to sum value of colum “Poids Net Big Bag” until the “Numéro Camion” changes (or until “Numéro Big bag” is back to 1 which is the same).
Any guidance would be much appreciated !!
(note : on the picture, I manually populated value in column “PoidsCamion” )
The Query column is incredibly powerful.
If you’d asked the same question a year ago, the solution most likely would have involved a dozen or more computed columns
If you are looking for examples, a very good argument for the Query column is the ability to conditionally check a range of dates. This was something that was next to impossible to do with a Relation. Imagine trying to find matching child records that have a date that falls in-between a start and end date on the parent record.