In this Section
(
IsBlank(ComboBoxGroup.SelectedItems) Or
IsEmpty(ComboBoxGroup.SelectedItems) Or
'Service Element/Group'.Value in ComboBoxGroup.SelectedItems.Value
)
I am confused as to why you are checking if 'Service Element/Group'.Value is in the Combo
Selected Items, instead of checking if those Items are in the 'Service Element/Group'.Value
Also what is that? Is this a Multi-Select Option?
Where does 'Service Element/Group'.Value come from???
Normally you check if a field on the Screen, is in the OptionSet list etc
Also, I don't usually check for Blank() which is also probably why its not working unless you
select stuff
Lastly, can you explain why in each case you are checking .Value such as Category.Value???
Need more information as to me I dont see Ands or Ors in the right place (or at all)
and don't follow the logic.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional