With(
{_Data: 'Library1'},
Filter(
_Data,
(
Len(DepartmentComboBox.Selected.Value) = 0 ||
Department.Value = DepartmentComboBox.Selected.Value
) &&
(
Len(SchoolComboBox.Selected.Value) = 0 ||
School.Value = SchoolComboBox.Selected.Value
) &&
(
Len(CampusComboBox.Selected.Value) = 0 ||
Campus.Value = CampusComboBox.Selected.Value
) &&
(
Len(MechanismInput.Text) = 0 ||
MechanismInput.Text in 'Mechanism'
) &&
(
Len(KeywordsInput.Text) = 0 ||
KeywordsInput.Text in 'Keywords'
) &&
(
Len(AgencyTextbox.Text) = 0 ||
AgencyTextbox.Text in 'Agency'
)
)
)
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional