0

LINK to multiple tables using OR condition

The following formula will return a sorted list of customers which have Sales Invoice Lines AND Sales Credit Memo Lines within a given date range

=NL("rows","customer",{"no.","name"},"+Name","*","link=customer","sales invoice line","shortcut dimension 2 code","=no.","posting date",$F$6, "link=customer","sales cr.memo line","shortcut dimension 2 code","=no.","posting date",$F$6,)
Is there any way to get a list of customers which have Sales Invoice Lines OR Sales Credit Memo Lines within a given date range?

Thanks

Joe Kelly

7 comments

Please sign in to leave a comment.