Example
Master table (DEPARTMENT):
ID DEPT_NAME
CO Controlling
IS Information Systems
SU Support
Detail table (EMPLOYEES)
ID NAME DEPT_ID
001 Stefan IS
002 Marco SU
003 Ralf CO
004 Berit IS
Now, it's possible to export all master-detail-entries by selecting both tabels in the export window.
But I'am only interested in the master-detail-entries of the IS-Department. How can I do that (except the possibility of exorting all and erasing the wothless stuff)?
When exporting only one table, the where-clause works very well.