Guides/ReportDesign/3.0-Data-sources-tab.md
... ...
@@ -77,6 +77,17 @@ For Advanced mode, a **LEFT OUTER JOIN** will be used instead of the normal join
77 77
78 78
![Allow nulls advanced](/Guides/ReportDesign/3.0-Data-sources-tab/data_sources_advanced_allow_nulls.png)
79 79
80
+
81
+###3.3.3 Join Alias Textbox
82
+
83
+Allows user to input the name of the joined table that you selected. By default, Join Alias Textbox is disabled. You have the option to change the Join Alias and the joined table will appear with alias in Fields Tab when you choose columns. For more information, refer to Join Alias Textbox
84
+
85
+
86
+Join Alias Textbox allows you to use aliases for table
87
+
88
+
89
+
90
+
80 91
##3.4 Join Types
81 92
82 93
The join type dropdown, as described above, is found to the right of the **Foreign key** field when joining Data Sources in Advanced Mode. By default, Izenda will perform a Left Join across the data sources selected. When this dropdown isn't shown, Izenda performs the default join operation.
... ...
@@ -130,14 +141,6 @@ FROM [dbo].[Orders]
130 141
FULL OUTER JOIN [dbo].[Invoices] ON [dbo].[Invoices].[CustomerID]=[dbo].[Orders].[CustomerID];
131 142
```
132 143
133
-###3.4.2 Join Alias Textbox
134
-
135
-Join Alias Textbox allows you to use aliases for table
136
-By default, Join Alias Textbox is disabled. Howev
137
-
138
-
139
-
140
-
141 144
142 145
##3.5 Function Buttons of Data Sources Tab
143 146