Hi,
I would like to create a NAV Query which joins "Purchase Header" > "Purchase Line" > Item, creating a Left Outer Join that would look like this:
"Purchase Line".Type = 'Item' AND "Purchase Line"."No." = Item."No."
The DataItemLink helper seems only to be able to join on table fields, not on hard constants. Is there a way around this? I've tried using a statement in DataItemLink like Purchase_Line.Type='Item',No.=Purchase_Line."No." but this results in the following error:
'_Line.Type='Item',No.=Purchase_Line."No." is not an option. The existing options are: =
*This post is locked for comments