I have an 'Special Orders report' derived from 4 tables in a heirachy as follows-
Table1 has ID, CustomerName, Address
Table2 has ID, OrderNumber, OrderItem, Date, TotalPayment
Table3 has ID, OrderItem, OrderNumber, Cost, Date
Table4 has ID, OrderItem, SpecialThings, Date
Table 4 only has an entry for some customers who need something different
I set up the data report in 3 child levels
Parent has SQL Joined tables 1 & 2, Parameter = Date
Child1 is Table2
Child2 is Table3
Child3 is Table4
I had to join 1 & 2 to make the parameter work.
This shows everything nicely grouped in 4 grouping levels as some customers might have more items in their order than others.
My problem how do I show only the Customers who have a specialthing and hide the others who have none? The only reference to specialthing is in table 4
Table1 has ID, CustomerName, Address
Table2 has ID, OrderNumber, OrderItem, Date, TotalPayment
Table3 has ID, OrderItem, OrderNumber, Cost, Date
Table4 has ID, OrderItem, SpecialThings, Date
Table 4 only has an entry for some customers who need something different
I set up the data report in 3 child levels
Parent has SQL Joined tables 1 & 2, Parameter = Date
Child1 is Table2
Child2 is Table3
Child3 is Table4
I had to join 1 & 2 to make the parameter work.
This shows everything nicely grouped in 4 grouping levels as some customers might have more items in their order than others.
My problem how do I show only the Customers who have a specialthing and hide the others who have none? The only reference to specialthing is in table 4