i am creating an app which shows a list of students and what course they do, i have a combo box which filters the students depending on what course you select.
however when no course is selected the gallery is empty, i need it so that it shows all the students and then as courses are selected in the combo box it filters the out the students who don't do that course.
here is the code in my gallery
Filter('ExpoTees.Student', sstudents.Text in StudentName && CourseID in CourseCombo.SelectedItems.CourseID)
this also includes the code to enable them to search the students name which is a seperate text input which does work.