Skip to main content

Rollups using ARRAYCOMPACT and ARRAYUNIQUE don't wrap in tall rows

  • April 9, 2018
  • 3 replies
  • 31 views

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.

3 replies

Forum|alt.badge.img+5
  • Inspiring
  • April 9, 2018

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.


  • Author
  • New Participant
  • April 9, 2018

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.


Ahhh…great catch. I should have RTFM a little closer and caught that ARRAYCOMPACT and ARRAYUNIQUE returned arrays. Thanks!


Forum|alt.badge.img+5
  • Inspiring
  • April 9, 2018

Ahhh…great catch. I should have RTFM a little closer and caught that ARRAYCOMPACT and ARRAYUNIQUE returned arrays. Thanks!


I think it’s something you more need to intuit than read. :winking_face:

Actually, it is in there, but very subtly indicated.