` Printed Icetips Article

Icetips Article



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 May 3, 2024, 4:02 pm
This article has been viewed/printed 35113 times.