What is the best way to apply custom groupingModes to all fields having a built-in type? I guess I was hoping to be able to do this with something like DateItem.setDefaultProperties, but it doesn't look like would work. Would it?
More to the point, what I really need at the moment are:
An implementation of this, which I _think_ you'd handle with a grouping mode...
And FiscalYearCalendar equivalents of the existing date groupingModes. So that e.g., grouping "by date, by year" groups by fiscal year and not calendar year.
More to the point, what I really need at the moment are:
An implementation of this, which I _think_ you'd handle with a grouping mode...
And FiscalYearCalendar equivalents of the existing date groupingModes. So that e.g., grouping "by date, by year" groups by fiscal year and not calendar year.
Comment