I have created a project report with a custom column to show the number of tasks for each project.
Text Mode for that column:
aggregator.displayformat=int
aggregator.function=MAX
aggregator.valuefield=project:totalTaskCount
aggregator.valueformat=intAsInt
displayname=# of Tasks
textmode=true
valuefield=project:totalTaskCount
valueformat=HTML
What I'm having a problem with, is setting up a filter for that column to only show me projects with 0 tasks. I'm sure I'm missing something super simple, but thought I'd ask for some help before I spend any more time on this.
Thank you!