Hello,
I would like to add a chart to the opportunities dashboard that displays the sum of the ExpectedRevenue field for opportunities closed in the previous 30 days by user. I made a copy of the graph used to display the pipeline by user to modify. I added a field to the Opportunities table called "ClosedDate" that stores the date that an opportunity is assigned a status of "Closed Won". I know how to add a data filter to only show the sum of ExpectedRevenue for the records with an OpportunityStage of "Closed Won", but I can't determine how to filter the "ClosedDate" field for a date range. Is there a way to retrieve the current date in the report designer? Can the DateAdd function be used in the report designer? Any help is appreciated.
--Aaron