Hi!!
I am assuming that you have already created checkbox Extension in Projects.
Open 'All Projects (FCI-AllProjects)' query and duplicate it.
In the query, do the following modifications:
- LEFT OUTER JOIN '<%EXT_TABLE(projects.projects)%> T10' table using T10.PARENT_OBJECT_ID of this table with T1.OBJECTID of FCI_PRO_PROJECTS T1 table.
- Add a condition in WHERE clause:- T10.ABC(internal name of Extension)=0 which will restrict projects whose checkbox extension is checked.
- Preview and check whether you are getting expected results.
Let me know if you face any issue.
Regards,
Vignesh