Hi
I'm running Crystal 9 and Oracle 9.
I have the following selection criteria in my report:-
{VW_MODULE_MO.M_REFERENCE} = {?ModuleRef} and
(ISNULL(({VW_GRADESET.G_REFERENCE})) OR {VW_GRADESET.G_REFERENCE} = {?Resit})
The {?Resit} parameter is a multiple value select from set default values. This works ok if I want to display all records including those with a null gradeset reference. But when I select only one value from the list I also get the nulls which I don't want.
Basically I want to be able to select everything inlcuding nulls or selected criterias without nulls.
Can anyone suggest a way around this.
Many thanks
jcl5
I'm running Crystal 9 and Oracle 9.
I have the following selection criteria in my report:-
{VW_MODULE_MO.M_REFERENCE} = {?ModuleRef} and
(ISNULL(({VW_GRADESET.G_REFERENCE})) OR {VW_GRADESET.G_REFERENCE} = {?Resit})
The {?Resit} parameter is a multiple value select from set default values. This works ok if I want to display all records including those with a null gradeset reference. But when I select only one value from the list I also get the nulls which I don't want.
Basically I want to be able to select everything inlcuding nulls or selected criterias without nulls.
Can anyone suggest a way around this.
Many thanks
jcl5