I have two Parameter Fields:-
and this in the Selection Formulas; Record Selection:-
so that there is a choice of variables. This works OK if they choose from each variable. BUT if the user only wants to choose one of the variables it will only work if they choose something from the {?Lookup type ref}. If they attempt to not select from that field then the report just stalls on the ‘Enter Values’ window.
The {?Lookup type ref} is a ‘Number’ – it has to be – and the {?Lookup Code} is a String. I’ve tried reversing the order in the Record Selection.
Any ideas would be gratefully received.
Des.
Code:
{?Lookup type ref} & {?Lookup Code}
Code:
{LOOKUP.LOOKUP_TYPE_REF} = {?Lookup type ref} or {LOOKUP.LOOKUP_CODE} = {?Lookup Code}
The {?Lookup type ref} is a ‘Number’ – it has to be – and the {?Lookup Code} is a String. I’ve tried reversing the order in the Record Selection.
Any ideas would be gratefully received.
Des.