afa689c32383e7d798a19d1655d6d31f657869dd
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(, , and . These are described below. |