Hey there,
I have a custom User property “subscriptions” that contains an array of strings as so: subscriptions = s“Netflix”, “Disney+”, “Spotify”]
Is it possible to create a chart that shows the number of subscriptions a user has? That would mean I need to somehow get the length of the array in the Segments area.
I am not sure if something like this works:
Could you please clarify how the operators work with arrays and if what I am trying is doable without creating a new property that contains the number of subscriptions such as number_of_subscriptions: 3
Greetings
Leon