Forum Discussion
DonLarson
3 months agoQrew Elite
Brian,
I would solve this with a Report Formula.
Create a Formula Check box in the report itself that meets your rules and then filter the report on that. Something like this:
If ( [30DayReview]>Days(70), false,
([30 Day Review Approved]=true and [SignedMirror]=false), true, false)