BigMike Posted September 28, 2009 Posted September 28, 2009 I have what must be a common need when creating reports. I need to be able to list all the items in a job and the hardware that goes with them. Easy enough. However, some of the items have hardware components and some don't. The two tables are Items and Hardware. When I join these two tables and create a report I am only able to retrieve those items that have hardware components. All items that do not have hardware are dropped from the report. It appears that Filemaker joins are all equal (=) joins. How can I replicate the functionality of a left outer join in FileMaker? I need to be able to list ALL items, regardless of whether or not they have a hardware component.
Genx Posted September 29, 2009 Posted September 29, 2009 Can't do this directly, but you can hack it. What you do is you base the report on the Jobs table (slightly backwards obviously) and then place a portal of the hardware under the job. You size this portal to as many rows as you think will ever be used for one job. After that, you simply set Sliding / Printing options to automatically reduce the size of the portal based on data available (right click the portal and click sliding / printing) -- this "sizing" and "sliding" effect will only be visible in preview mode. I've attached a sample for you to take a peek at. Outer_Join_Report.zip
Recommended Posts
This topic is 5587 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now