quint Posted June 23, 2008 Share Posted June 23, 2008 I am new to FileMaker so this result probably can be addressed and solved by someone with a few days more experienced than me. Database structure: 1. One table containing eight records with three fields (a primary key, QuantityBought, and QuantitySold) 2 The relationship consists of a join between the primary key, and a second condition where QuantityBought Problem: The layout contains the three fields where in "table view" the layout shows all eight rows. Four Rows/records that successfully meet the condition and four blank rows for those that don't. I would prefer not to see blank rows. Any assistance would be much appreciated. The file is attached. Thank you. Quint. Link to comment Share on other sites More sharing options...
AHunter3 Posted June 23, 2008 Share Posted June 23, 2008 Hi, and welcome to the board! What you want: a Form View with a PORTAL to your selfjoin relationship. It will only display matching records. What you have: a Table View. Each record in the existing found set is going to display as a line ("row", if you wish), whether there is a matching selfjoin-relationship record associated with it or not. That's how table view works. So does List View, for that matter. Link to comment Share on other sites More sharing options...
quint Posted June 24, 2008 Author Share Posted June 24, 2008 I get it. Thank you for the quick response. Link to comment Share on other sites More sharing options...
Recommended Posts