Is it possible to include more than 2 parameters in the “where” portion of a Dataview query?
So in the code below could I add to the where field another “and Scheduled = false”?
LIST
FROM #assessmentschedule
WHERE Next-Assessment = date(2022-02) or Semester-Scheduled = date(2022-02)
SORT file.name Asc