Newb to Neo4j, I was successfully able to leverage apoc.coll.avg , apoc.coll.min & apoc.coll.Max but I'm receiving an error when trying to use apoc.coll.runningTotal
WITH apoc.coll.runningTotal([1,2,3,4,5]) AS d RETURN d
Unknown function 'apoc.coll...