Wednesday 23 September 2015

Using Link in Jet Reports

LINK gives users advanced filtering capabilities in Jet Essentials.

Using LINK allows users to tie together information from different tables.

LINK is available for all connector types.

Recall from my previous post where I introduced with NL Function, you can find the Link here.

Since Link is used in Combination with NL Function so recalling it is necessary here, if you have not seen the previous post please follow the link above to understand the functionality, before you continue.

Let’s start with simple NL Function usage, later we will see its usage with Link.

The following formula will return the document number for each Sales Invoice Header in the system.
=NL("Rows","Sales Invoice Header","No.")

The following formula will return only sales invoices where the posting date is within a specific data range.
=NL("Rows","Sales Invoice Header","No.","Posting Date",">1/1/2009"

LINK can be used to filter on a field that is not in the Sales Invoice Header table (such as the "Type" field in the Sales Invoice Line table) as follows:
=NL("Rows","Sales Invoice Header","No.","Posting Date",">1/1/2009","LINK=","Sales Invoice Line","Document No.","=No.","Type","Item")

UsingLink-1

In this example, we used LINK= and specified the Sales Invoice Line table because this is where the “Type” field that we want to filter exists. We linked to the Sales Invoice Header by specifying that the “Document No.” Field on the Sales Invoice Line matches the “No.” field on the Sales Invoice Header.

We then specified the “Type” filter on the Sales Invoice Line table.

Please note that some relationships between tables may require more than a single field to define the link:
=NL("Rows","Purch. Rcpt. Line",,"Link=","Purch. Inv. Line","Document No.","=Order No.","Line No.","=Order Line No.","Posting Date",">1/1/2010")

Nested Linking

LINK statements can be combined to fulfil more complex filtering requirements.

For example, assume that you would like to see the territories with sales during a given period.

A simple formula could be used if the territory is available on the table that contains the historical sales information and if you wanted the territory assignment at the time that the sale was made.

If, on the other hand, the territory is not available, or you want the currently assigned territory, you can do this by combining LINK statements as follows:
=NL("rows","Country/Region","Code","Link=","Customer","country/Region Code","= Code","Link=","Sales Invoice Header","Sell-to Customer No.","=No.","Posting Date",">1/1/2010")

In this example we linked the Country/Region to the Customer and the Customer to the Sales Invoice Header. Then we filtered by the “Posting Date” field to get Country/Region with sales for a specific period.

Linking Multiple Tables

LINK statements can also be combined to handle situations where a single table is linked to multiple tables.

For example, want to see Sales Invoices where the Country/Region Code is “AE” and the Vendor is “30000”.

To do this we can link from the Sales Invoice Line table to the Customer table with the “field filtered for “AE” and, in addition, link from the Sales Invoice Line table to the Item table with the “Vendor No. filtered for “30000”.
=NL("Rows","Sales Invoice Line",,"Type","Item","Link=","Customer","No.","=Sell-to Customer No.","Country/Region Code","=AE","Link=","Item","No.","=No.","Vendor No.",30000)

Note that the Link statements include the primary table (Sales Invoice Line) which indicates that links should restart from the primary table rather than linking in the nested fashion demonstrated in the previous section. It is possible to mix these models and have multiple links as well as nested links.

One other thing to note is that filters applied to the primary table (like the filter on the "Type" field in this example) should occur before any LINK statements.

NL("Link")

The NL(Link) function can be used to specify linked tables when more than 10 parameters are needed for a linking statement.

This example formula was used in the nested link section and links from the Country/Region table to the Customer table and then from Customer table to the Sales Invoice Header table.
=NL(“Rows”,”Country/Region”,”Code”,”Link=”,”Customer”,”Country Region Code”,”=Code”,“Link=”,”Sales Invoice Header”,”Sell-to Customer No.”,”=No.”,”Posting Date”,”>1/1/2009”)

Enter in Excel Sheet Below Formula:

[Cell E4] =NL("Rows","Country/Region","Code","Link=",F4)

[Cell F4] =NL("Link","Customer",,"Country/Region Code","=Code","Link=",G4)

[Cell G4] =NL("Link","Sales Invoice Header",,"Sell-to Customer No.","=No.","Posting Date",">1/1/2010")

UsingLink-2

Explanation as below:

UsingLink-3

When we execute the Report Output will be as below:

UsingLink-4

Stay tuned for more details in my Upcoming posts.

4 comments:

  1. Halo,I'm Helena Julio from Ecuador,I want to talk good about Le_Meridian Funding Service on this topic.Le_Meridian Funding Service gives me financial support when all bank in my city turned down my request to grant me a loan of 500,000.00 USD, I tried all i could to get a loan from my banks here in Ecuador but they all turned me down because my credit was low but with god grace I came to know about Le_Meridian so I decided to give a try to apply for the loan. with God willing they grant me  loan of 500,000.00 USD the loan request that my banks here in Ecuador has turned me down for, it was really awesome doing business with them and my business is going well now. Here is Le_Meridian Funding Investment Email/WhatsApp Contact if you wish to apply loan from them.Email:lfdsloans@lemeridianfds.com / lfdsloans@outlook.comWhatsApp Contact:+1-989-394-3740.

    ReplyDelete