Apr 08, 2018 09:08 PM
Rollups using ARRAYJOIN will wrap in a Medium, Tall, or Extra Tall cell, but those with ARRAYCOMPACT and ARRAYUNIQUE get truncated. I would think this is not the desired behavior.
Apr 09, 2018 02:02 AM
Note that ARRAYJOIN()
returns a text string, while ARRAYCOMPACT()
and ARRAYUNIQUE()
return arrays. Try appending ‘&''
’ (that is, the ampersand
character followed by an empty string) to either of the last two functions to cast the response into a string; I expect they will then wrap.
Apr 09, 2018 07:30 AM
Ahhh…great catch. I should have RTFM a little closer and caught that ARRAYCOMPACT and ARRAYUNIQUE returned arrays. Thanks!
Apr 09, 2018 07:55 AM
I think it’s something you more need to intuit than read. :winking_face:
Actually, it is in there, but very subtly indicated.