Sep 01, 2022 10:08 AM
Hey all,
I have a rollup field, separated by commas, yes, but what I need is a count of said field, so that I can have the actual number of items represented by said rollup.
A simple COUNT won’t work as the field is a rollup. I’ve tried formulas with arrays, etc. COUNTALL(ARRAYUNIQUE({Kaltura PlaylistIds - done})) for example, but to no avail. It’s weird, it was working one day, and now it just reports 1 for everything.
Thanks!
Sep 01, 2022 10:58 AM
Hi @Sean_Lake1 ,
you need to have another Rollup field and choose COUNTA(values)
Sep 02, 2022 08:20 AM
only problem is, the field that needs counting is a rollup, so it’s not available for selection :frowning:
Sep 02, 2022 08:21 AM
Sep 02, 2022 11:58 AM
Hi @Sean_Lake1 ,
I think I understand that. What I mean is duplicate this field and instead of ArrayJoin (or whatever Array function you are using) use the COUNTA function :slightly_smiling_face: