Hello! I appreciate any help I can get on this. I am a teacher building an app for my school to award points to students for good behavior (think house points in Harry Potter). I originally used Excel as my datasource, but because I don't like the idea of crafty students finding the excel file in their OneDrive and editing it, I decided to move my datasource to sharepoint. Everything transitioned well, except one particular formula:
Filter(StudentData, If(Checkbox9.Value =true, Grade ="9") || If(Checkbox10.Value =true, Grade = "10") || If(Checkbox11.Value =true, Grade = "11") || If(Checkbox12.Value =true, Grade = "12") || If(Checkbox6a.Value =true, Teacher = "Gedvilas") || If(Checkbox6b.Value =true, Teacher = "Braden") || If(Checkbox6c.Value =true, Teacher = "Wills") || If(Checkbox7a.Value =true, Teacher = "Ryan") || If(Checkbox7b.Value =true, Teacher = "Sullivan") || If(Checkbox8a.Value =true, Teacher = "a") || If(Checkbox8b.Value =true, Teacher = "b"))
Now, I'm still very new at this. This is the only formula I could come up with that would filter a dropdown list of student names based on a combination of checkboxes (some of the teachers, myself included, teach classes with multiple grade levels, so I'd like to filter the student names in the list by grade level, with the option of listing a combination of different grades in the dropdown). Our school is very small; each grade level has one or two cohorts of students, with 6th grade having three. For those grades, instead of filtering by grade level, I chose to filter by Homeroom teacher. This formula worked perfectly in Excel, but in Sharepoint, I get a blue indicator that the formula can't be processed remotely, and the dropdown list of student names is blank. We have a total of 239 students in the list, so it's not like I'm hitting the 500 limit even if I had all of the grades selected. Any advice on how to fix this, or perhaps a revised formula?

Report
All responses (
Answers (