xcmuchip
Programmer
- May 31, 2001
- 70
I have some old Crystal 8.5 reports that are being converted to Crystal 10. The datasource is an SQL Server view. A lot of my reports allow blank parameters. The blank parameter allowed for all records to be shown instead of specific records ("Leave blank for All").
Now when I run the report, I get an error message saying
"Must enter a value for this field"
I do not have a length limit set. The checkbox is unchecked. My selection formula looks like:
Are we not allowed to have blank parameters in Crystal 10?
Thanks
Now when I run the report, I get an error message saying
"Must enter a value for this field"
I do not have a length limit set. The checkbox is unchecked. My selection formula looks like:
Code:
If {?Price Zone} = " " Then TRUE Else {?Price Zone} = {xv_Dart40382.CustClassID}
Are we not allowed to have blank parameters in Crystal 10?
Thanks