I am working in Crystal 2011 (aka 14).
I have an input parameter that is Type: number and set up as Optional Prompt: True and Default Value:0
I have this in my Record Selection:
If IsNull({?MD_NP_PA}) or {?MD_NP_PA} = 0 Then
true
Else
{Schedule.Staff_ID} = {?MD_NP_PA}
When I run the report and do not select the MD_NP_PA parameter, I get this message:
Parameter has no value
How do I get around this?
TIA!
~RLG
I have an input parameter that is Type: number and set up as Optional Prompt: True and Default Value:0
I have this in my Record Selection:
If IsNull({?MD_NP_PA}) or {?MD_NP_PA} = 0 Then
true
Else
{Schedule.Staff_ID} = {?MD_NP_PA}
When I run the report and do not select the MD_NP_PA parameter, I get this message:
Parameter has no value
How do I get around this?
TIA!
~RLG