Table 1 has 1 record. It is linking to Table 2 which has numberous records matching the filter link.
How do I return only the FIRST linked record?
Date
Votes
1 comment
-
Jet Reports Historic Posts Using a Limit= 1 on the linked table seems to work even you cannot select Limit= from the Filter options, example:
NL("CountUnique";"Sales Line";"Line No.";"Link=";"Sales Header";"Document Type";"=Document Type";"Salesperson Code";"DICK";"Limit=";1)
NL("CountUnique";"Sales Line";"Line No.";"Link=";"Sales Header";"Document Type";"=Document Type";"Salesperson Code";"DICK")
Please sign in to leave a comment.