I have a sheet that lists bugs and it has a 'Created Date' column (not a system column, just a date column). I need to generate a report of all issues that are 'Open' and 30 days old. I can check for 'Open'. But I wasn't able to find a way to check for 30 days old in the report builder. Can I do this just using the report builder without adding addtional columns to the sheet? Something like'todays date'-created date >30 under the 'When' criteria in Report Builder?