In newer versions of Crystal Reports you can easily setup Optional Parameters which allows a user to enter a value and if they leave it blank, Crystal ignores it. There is a workaround in older versions of Crystal, which ViewPoint supports, but it's convoluted. When you use Optional, Crystal creates the Report Restriction syntax for you.
Optional Parameter Syntax which is auto-generated (example): (not HasValue({?Contract Type}) OR {@Contract Type} = {?Contract Type})
Workaround Syntax: (if {?Contract Type} <> '' then {?Contract Type} = {@Contract Type} else 1=1)
| Company | Skygrid |
| I need it... | 3 months |
Dear Viewpoint Suggestion Box contributor;
We at Viewpoint sincerely thank you for your contribution to Suggestion Box on how we can improve Viewpoint products. While we can’t do everything at once, we rely upon your feedback to help guide the prioritization of our product improvements, and Suggestion Box is a critical tool for us to understand and prioritize our customers’ needs.
Viewpoint reviews Suggestion Box regularly for all of our products and updates statuses, adds comments, and performs various house-keeping (including deleting) as needed to ensure that Suggestion Box is maintained as a productive environment for product enhancements requests.