Hi @SeanMe1 in theory, you could iterate over the projects' {tasks} collection and display the tasks where isReady=true. However, that's expensive (for each row you have to iterate through all the project's tasks) and will become slow. My suggestion is to do a TASK report, filter on isReady, sort ...