hi all,
I am getting erors when i am trying to use excel parameters in sub query
select gen_fundnumber
from FilteredGen_fundmain
where gen_customeridnumber =
(select distinct gen_customeridnumber from FilteredGen_fundmain
where gen_fundnumber =? )
if i am changing the ? to '123' it works fine..
The second select with the ? parameter is running alone excelent/
someone?

tnx
sahar