Guides/ReportDesign/3.0-Data-sources-tab.md
... ...
@@ -130,6 +130,15 @@ FROM [dbo].[Orders]
130 130
FULL OUTER JOIN [dbo].[Invoices] ON [dbo].[Invoices].[CustomerID]=[dbo].[Orders].[CustomerID];
131 131
```
132 132
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
+
133 142
##3.5 Function Buttons of Data Sources Tab
134 143
135 144
At the far right of each joined table/view row on the Data Sources tab are several button controls(![Delete](/Guides/ReportDesign/5.0-Filters-tab/filter_delete.png), ![Insert Above](/Guides/ReportDesign/5.0-Filters-tab/filter_create_above.png), and ![Insert Below](/Guides/ReportDesign/5.0-Filters-tab/filter_create_below.png). These are described below.