G
Geel
Hello,
I got the following structure set up:
for Total detail reports, ( not per partner reports )
Savings_ID
Contract_ID
Category_ID
Department_ID
for per partner reports, ( per opco )
Opco_ID
Savings_ID
Contract_ID
Category_ID
Department_ID
What i wanted to do is when there are values in a query wich is on the
department level they need to be shown always, even if the savings_ID
and other levels are empty. I did this by re-building my total query,
making an left join. And actually i was kindof surprised but it worked
for the Total detail reports.
Now i need to do the same for the Opco reports, but the left join that
previously only had to join on the department_ID now also has to join
on the Opco_ID. Because every report is build per opco now. Now this i
can't work out, is there a possibility of doing this ? Or is this, as i
think atm, just rather impossible?
Thanks a lot, and I hope you got enough information to understand the
situation.
Tim Schuffelen
I got the following structure set up:
for Total detail reports, ( not per partner reports )
Savings_ID
Contract_ID
Category_ID
Department_ID
for per partner reports, ( per opco )
Opco_ID
Savings_ID
Contract_ID
Category_ID
Department_ID
What i wanted to do is when there are values in a query wich is on the
department level they need to be shown always, even if the savings_ID
and other levels are empty. I did this by re-building my total query,
making an left join. And actually i was kindof surprised but it worked
for the Total detail reports.
Now i need to do the same for the Opco reports, but the left join that
previously only had to join on the department_ID now also has to join
on the Opco_ID. Because every report is build per opco now. Now this i
can't work out, is there a possibility of doing this ? Or is this, as i
think atm, just rather impossible?
Thanks a lot, and I hope you got enough information to understand the
situation.
Tim Schuffelen