Hello,
I made a query inculding mara, marc and mard tables.
mara left joins marc and marc inner joins mard.(I tried marc to left join mard but it doesn't allow it because of the previous(mara-marc) left-join)
I tried to make the query in a way, even if only basic data is maintained query would bring rows from marc and mard empty.
But unfortunately for me, it doesn't work that way and only the maintained data for all tables are returning as results.
What am I doing wrong?
Thanks,
Arda