Hi all
i have a record group query like this :
select UNIT,REGION
FROM UNITS
where action !='D'
and region in (:parameter.unit)
while i'm pressing the button that shows the lov i'm getting the error
FRM 40502 unable to read list of values.
please help
Thanks In Advanced
Naama