ab87cacbff7c409784274bb906f310340d284a5a
Guides/ReportDesign/3.0-Data-sources-tab.md
| ... | ... | @@ -18,7 +18,7 @@ The screenshot above takes a look at the simple view of the datasources tab. Tab |
| 18 | 18 | |
| 19 | 19 | By checking the 'Allow nulls' checkbox, you tell the system to use an OUTER JOIN as its [[join type|http://wiki.izenda.us/FAQ/Questions/Different-Join-Types-and-Filters]]. But the particular OUTER JOIN type used depends on what mode you use. For Simple mode, a FULL OUTER JOIN is used when the 'Allow nulls' checkbox is checked. |
| 20 | 20 | |
| 21 | -![allow nulls simple]() |
|
| 21 | + |
|
| 22 | 22 | |
| 23 | 23 | Below is the SQL generated from this selection: |
| 24 | 24 | |
| ... | ... | @@ -75,7 +75,7 @@ Most users choosing to use the Advanced Mode need to have a clear understanding |
| 75 | 75 | |
| 76 | 76 | For Advanced mode, a **LEFT OUTER JOIN** will be used instead of the normal join when 'Allow nulls' is checked. |
| 77 | 77 | |
| 78 | -![Allow nulls advanced]() |
|
| 78 | + |
|
| 79 | 79 | |
| 80 | 80 | ##3.4 Join Types |
| 81 | 81 |