Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link 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.
Today is December 3, 2024, 11:13 am This article has been viewed 35208 times.
|
|