Add "views" (i.e. combinations of Grouping, Filtering and Sorting that consist named "views"
Let's say that you need to have an overview of your data in daily/monthly/annually bases for 3 different divisions of your company and sorted on either salesman or product sequence. It's very annoying to have to change all these 3 elements (grouping, filtering and sorting) everytime you want to see the results. It would be quite handy to be able to save each of these combinations as a named "view" (for example, "Monthly Data for C division Per Salesman", "Annual Data for B division Per Product", etc.).

-
Dennis Bottaro commented
This is exactly what I would like to have. I use a database to manage construction job sites. I would love to create a few "views" that I can simply select and work with.
As an example:
"Open Jobs": Filtered by Job Status, Sorted by Job Name, No grouping"Weekly Pictures": Filtered by Job Status and TakenThisWeek, Sorted by Community, Job Name, Grouped by City
"Upcoming Closings": Filtered by Job Status and ClosingDate in next 30 days, Sorted by Job Name, No Grouping.