`
Par2: Use of INNER Button in File Schematic 1998-09-18 -- Wim Nijland >What is the meaning of INNER Button in File Schematic? If I use >it, nothing happend in View definition code. See LR about File VIEWS, this describes an Inner JOIN. E.g., An order system has Customers and Orders. Without Inner join, Visiting all customers, would return all Customers, having Orders or NOT. WITH inner join, Visiting all customers, would return only Customers that do have Orders. Resume: 1) it needs a relationship (JOIN) 2) it saves a lot of coding. 3) it does not work on a single-file. Printed November 21, 2024, 12:31 pm This article has been viewed/printed 35194 times. |