0 How change the date range for Contribution Reports? 2 Ken Roach posted 5 Years Ago How can I change the Contribution Statement functionality so that when a user clicks on '2018' for a Contribution Statement, it picks up all transactions between 4/1/2017 and 3/31/2018?It looks like the current functionality is using just 'year' values (1/1/yyy - 12/31/yyy) for the selection.The financial year in New Zealand goes from 1 April through to 31 March. Other countries also have start and end dates for their fiscal year that are different to the calendar year. (See https://en.wikipedia.org/wiki/Fiscal_year#Operation_in_various_countries/region.)The logic would be to record an end date for the country's fiscal year as a global attribute (e.g. '3/31' /yyyy), then the date range would be (3/31 + 1) / (yyyy-1) to 3/31/yyyy.Example (New Zealand):Global Attribute Setting: fiscal-year-ends-on = 3/31 (31 March)yyyy = the year requesting the statement for = 2018fiscal year start = ( fiscal-year-ends-on/yyyy + 1 day) - 1 year = ((3/31/2018+1 day) - 1 year) = ((4/1/2018) - 1 year) = 4/1/2017fiscal year end = (fiscal-year-ends-on/yyyy) = 3/31/2018Select transactions for the Contribution Statement between the dates 4/1/2017 and 3/31/2017.This logic is required behind the "Available Contribution Statements" year buttons on the Giving History page.