The SCAN function is best used when you need a running total—a sum that accumulates row by row, with the accumulated value ...
The simplest way to think about SCAN is that it applies a custom calculation to each element in a range/array and returns every intermediate result it produces along the way. If that sounds abstract, ...