R
raf_z
Hi,
I'm running a website with Asp.NET, and on one of the pages i have a
crystal report with 3 user-populated parameters. However, not all
params might be selected. Example:
Parameters:
1. EmployeeID
2. First Name
3. Last Name
Sometimes the report will be generated with all 3 params populated,
sometimes with only 2, or 1. Is there any way to pass a wildcard
character for any params that aren't explicitly set by the user? I
tried passing '%' for strings, but that crashed, saying "Input string
was incorrectly formatted" or something of that sort.
I appreciate any suggestions or workarounds.
Thanks.
Rafael Zavulunov.
I'm running a website with Asp.NET, and on one of the pages i have a
crystal report with 3 user-populated parameters. However, not all
params might be selected. Example:
Parameters:
1. EmployeeID
2. First Name
3. Last Name
Sometimes the report will be generated with all 3 params populated,
sometimes with only 2, or 1. Is there any way to pass a wildcard
character for any params that aren't explicitly set by the user? I
tried passing '%' for strings, but that crashed, saying "Input string
was incorrectly formatted" or something of that sort.
I appreciate any suggestions or workarounds.
Thanks.
Rafael Zavulunov.