Using CR8.5 I have a report with several parameters (date from/to, employee id, department and absence code), some of which I want to be optional. For example, the user must select a date range and may want to select a specific empid or department or multiple absence codes.
I tried the suggestion on a previous post to do the following for each parameter:
If isnull({?Employee ID}) then
True
else
{TBLEMPLOYEE.EMPID} = {?Employee ID}
but am still stopped upon run-time to enter a value in each of the parameter fields that I do not want.
Any thoughts/suggestions would be appreciated.
I tried the suggestion on a previous post to do the following for each parameter:
If isnull({?Employee ID}) then
True
else
{TBLEMPLOYEE.EMPID} = {?Employee ID}
but am still stopped upon run-time to enter a value in each of the parameter fields that I do not want.
Any thoughts/suggestions would be appreciated.