Skip to content

Commit

Permalink
Describe effect of left join
Browse files Browse the repository at this point in the history
  • Loading branch information
ASL-rmarshall committed Mar 4, 2024
1 parent d134f57 commit 2830ab5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/match_datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ Allows for joining datasets with parent datasets, keeping all records from the p

> Rule: Matching on BE.USUBJID = RELSPEC.USUBJID and BE.BEREFID = RELSPEC.REFID: BEDECOD in ("EXTRACTING", "ALIQUOTING") AND RELSPEC.PARENT is empty

Reports extracting/aliquoting records from BE where:

- There is a matching record in RELSPEC, but PARENT is empty
- There is no matching record in RELSPEC.

```yaml
Check:
all:
Expand Down

0 comments on commit 2830ab5

Please sign in to comment.