I am using SQL server 2000 and CR 9.0
I created a stored procedure for the datasource for CR to use that accepts 2 paramaters. I notice in crystal you can only make these two paramaters a discrete or range paramater.
Can you not choose the 'Allow multiple values' checkbox to use the 'Discrete and Range Values' option.
If so, how?
I need the Discrete and Range value for my intranet application that uses .NET. I have a report application page that based on the report dynamically creates the proper controls for the report. Some reports I choose to offer the user to select one item or choose a blank value in a dropdown box to choose a range of values.
If I use a view I can properly format my paramaters to accept 'Discrete and Range paramaters' and function properly.
Thanks
I created a stored procedure for the datasource for CR to use that accepts 2 paramaters. I notice in crystal you can only make these two paramaters a discrete or range paramater.
Can you not choose the 'Allow multiple values' checkbox to use the 'Discrete and Range Values' option.
If so, how?
I need the Discrete and Range value for my intranet application that uses .NET. I have a report application page that based on the report dynamically creates the proper controls for the report. Some reports I choose to offer the user to select one item or choose a blank value in a dropdown box to choose a range of values.
If I use a view I can properly format my paramaters to accept 'Discrete and Range paramaters' and function properly.
Thanks