Skip to main content

Hi, 

 

how dows propsum work on arrays? I have an array of numbers in an event property, and I want to summ them all up, across the events and across the array. Is this how it would behave or would it just sum the first element or the number of elements?

Hi @kornelius 

It will add the individual elements from the array property captured across all the events for that day or time period.

e.g let’s say Event A with array = 1,2,3 ] is triggered 3 times on July 10th ( keeping the array values same for simplicity)

PROPSUM for July 10th should give you the hsum of array] x 3 i.e. 18

Hope this helps.


Reply