Background: My management team has weekly meetings to evaluate all of the projects we have in Current. It's the responsibility of the Project Owners to go into their project and add an Issue (which I've set up with a queue topic) to record a weekly Status Update.
Problem: I've created a report that shows all of the Status Updates made for each project in Current, within the last week. Now, I'm trying to create the opposite of that - a list of projects that have not had a Status Update (issue from queue topic) within the last week. The first report works well, but there's no easy way to tell what projects haven't added an issue. I have this code to add to a Project report but it doesn't seem to be working and I'd love some help:
EXISTS:A:$$EXISTSMOD=NOTEXISTS
EXISTS:A:$$OBJCODE=OPTASK
EXISTS:A:entryDate=$$TODAYb-1w
EXISTS:A:entryDate_Mod=between
EXISTS:A:entryDate_Range=$$TODAYe-1w
EXISTS:A:projectID=FIELD:ID
EXISTS:A:queueTopic:name=Status Updates
There are lines I will be adding to this, but only to narrow down Company and Portfolio.
Thanks in advance!!