Can you link multiple fields in a report using the dataitemlink?

I’m creating a report which uses a table that has 3 fields as its key.

I would like to link the parent table to the child table using of 2 of the 3 keys.

Can it be done?

it is like the Document No.=FIELD(No.),Line No.=FIELD(Line No.)

but it is a common example and to write more clear, please, inform the version of NAV

Thanks, that worked.

We are on version 13.

dataitem("PVS Job Shipment"; "PVS Job Shipment")
{
    DataItemLinkReference = "PVS Job";
    DataItemLink = "ID" = field ("ID"), "Job"= field(Job);
}