Hi,
suppose I have a table K and a table A where A has a fk_k: a foreign key to K.
I would like to select entries from A and for each element additional data if available from K.
I use a reportQuery and set A as sourceclass and set outer join for path
"" , i.e. outer join for table A only. Unfortunately, this does not seem
to work, i.e. the result is empty. How do I set OuterJoin for the sourceClass only ?
Thanks for any help or pointer to docs ..
Cheers, Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
