Skip to main content

Hei,  

How can I create a derived property that evaluates an array event property?

I have this clause in my derived property:

IF( PROPERTY('array_property', 'event')>10000000, "bigger", "smaller")

Will this chek every array element or just the first or the sum? If I segment by the redirved property with total events, will it be applied once per event or per array element?

Hi kornelius,

Unfortunately this will be a feature request as Amplitude Derived properties do not transverse the entire array at this time. You can see what array functions are available here:
https://amplitude.com/docs/data/derived-properties#array-functions

Can I have your use case for this? I can submit it as a feature request on your behalf.

Best,
Sydney


P.S. Checkout upcoming events and user meetups on our events page.

Reply