What's New in This Version |
Here are the details of the new features.
Report Wizards
Quick Reports
Charts and Cross-Tabulation Reports
Preview Window
Outputting Reports
Advanced Report Designer
Scheduling Reports
General
= 'Sales report for ' + Customers.Company
can now be simplified to:
Sales report for {Customers.Company}Bug Fixes
For the "is greater than or equal" operator, the time is 12:00:00 AM. For "is less than or equal", it's 11:59:59 PM. This prevents excluding records that should be included. For example, 2009-04-02 1:00:00 PM is now included in a filter of "is less than or equal to 2009-04-02", which would have been excluded in earlier versions because the filter was actually "is less than or equal to 2009-04-02 12:00:00 AM".
For the "is greater than" operator, the time is 11:59:59 PM. For "is less than", it's 12:00:00 AM. This prevents including records that should be excluded. For example, 2009-04-02 1:00:00 PM is now excluded in a filter of "is greater than 2009-04-02", which would have been included in earlier versions because the filter was actually "is greater than 2009-04-02 12:00:00 AM".
See the Release History topic for a list of new features and bug fixes in earlier releases.