
Announcements
Hi I need to filter on multiple combo boxes in a Gallery.
I have one:
If(IsBlank(cboFacility.Selected.Shortname),Test,Filter(Test, 'Facility'.Shortname = cboFacility.Selected.Shortname))
This works fine, but If I wanted to add another combo box like 'cboProject.ProjectNumber' how would I include that this expression.
Thanks in advance