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?