Skip to Content
0
Former Member
May 30, 2008 at 02:50 PM

can we make one parameter optional?

18 Views

Post Author: pvds

CA Forum: Data Connectivity and SQL

Hi everyone,

I have a report which has 2 parameters. According to the requirement if the user enters only one parameter and leave the other parameter blank(if he doesnu2019t wanted to enter or if he doesnu2019t know the value to enter) it should take only one parameter and filters the data according to that parameter only. The problem is that crystal is not letting me view the data unless I enter two parameters. Is there any other way to make the second parameter optional?

If u dint get my point I have an example

E.g.: I have two parameters called country and region. First parameter is country and second is region parameter. By this user can view the data filtered by country and specified region.

What if any other user wanted to view the whole country data with out specifying the region?

Can we make the region parameter optional? Is there any formula for that?

or

Is there any way to dynamically pass parameter to sql query?

Thanks in advance.