Remove [ ] from empty values?

Hello!

I run into this a lot and I’m wondering if there’s a simple toggle I can switch without having to write an entire if statement for it. When I have a column value that’s an empty list, it will appear as

Is there a way to just have it be blank instead?

1 Like

Hey Samuel!
I can relate to this and I have two suggestions for you:

  1. Enable “Allow multiple selections” for that column
    image
  2. Add .IfBlank("") to the end of your formula
5 Likes

How have I gone this long never using ifblank()? You are a genius, thank you!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.