Hi team,
Quick Question
Does anyone know how to detect if ‘Blank’ is selected in a multiselect drop down?
I have a multiselect drop down that I use for filtering and some fancy formulas.
It is useful to be able to filter items that are ‘Blank’ so I have turned this option on.

However, there does not appear to be anyway to tell by formula if the mutliselect drop down ‘Contains’ blank.
For example:
![]()
MultiSelect = []
MultiSelect.ToText() = ""
MultiSelect.count() = 0
This is should be different then if no value is selected at all.
![]()
MultiSelect = []
MultiSelect.ToText() = ""
MultiSelect.count() = 0