Neal Matthews
19th December 2006, 11:10
Hello,
Set up an exchange scheme to handle standard Baan report ie. still includes headers. Trying to filter out the data so that only component items tdinv921.citm that begin with a "1" are processed.
Put a condition in against the Import like below;
table ttdinv921
if tdinv921.citm(1;1) <> "1" then
return (false)
else
return (true)
endif
This imports zero records despite the schemes ASCII file clearly showing several tdinv921.citm records that begin with a "1". Is there anything obvious I am missing here.
Cheers
Neal
Set up an exchange scheme to handle standard Baan report ie. still includes headers. Trying to filter out the data so that only component items tdinv921.citm that begin with a "1" are processed.
Put a condition in against the Import like below;
table ttdinv921
if tdinv921.citm(1;1) <> "1" then
return (false)
else
return (true)
endif
This imports zero records despite the schemes ASCII file clearly showing several tdinv921.citm records that begin with a "1". Is there anything obvious I am missing here.
Cheers
Neal