Primary View and show if

Hi everyone, happy 2026! I have a difficulty on how to make the primary view for title defense, pre oral and final. I wanted that if all panels hasn’t been graded all the students in a group the pre oral defense primary view will not be displayed into group of students portal. But if all panels graded the students the pre oral defense will pop up and can upload documents for their pre oral defense.

Hi @Bernie_Jay_Manalo

You may want to use this section:

and use an expression that looks like this:

ISBLANK(
  FILTER(“title defense”, 
    [graded]=FALSE
  )
)

You must adapt this suggestion to your current table structure and columns names.

1 Like

Thank you, such a big help :blush:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.