I am writing a report that requires a link of the Vendor Ledger Entry and the VAT entry table. This creates a one to many link using the transaction no as the link.
I am attempting to simply create a list with the sum total of Base and Amount of all the VAT lines that correspond with the Vendor Ledger Entry.
However I am having trouble getting this table formula to work.
Using Table Builder I created the following Link:
=NL("Link","VAT Entry",,"Transaction No.","=Transaction No.")
I then added the prerequisite filters and fields I need from both tables.
Do I use formula within Table builder to add the Base and Amount with the following:
NL("Sum","Vat Entry","Base")
NL("Sum","Vat Entry","Amount")
Would this result in the report totalling the lines within the VAT Entry? I am getting issues attempting to select ok so it seems to be unhappy with he formula somehow.
Help Appreciated.