Split function in string expression

Hi Frank,

I saw the concat function in string expression but no split, I want split the multi select field and do some statistics, please ask how can I do ? thanks!

image

Hi Johnny, sorry that Yeeflow doesn’t support build report based on array field.
BTW, split function is used to convert a string to an array by given separator. The value for multi select field is already an array.

Hi Frank,

So how do I do statistics for each individual value? e.g. Weekly, Monthly, Daily.

Thanks!

Hi Johnny, do statistics on column with multiple value doesn’t support. If the field only contains 3 possible values, you may consider to use 3 columns to represent each choice.