API/CodeSamples/ShowJoinAliasTextboxes.md
... ...
@@ -55,9 +55,20 @@ Public Class CustomAdHocConfig
55 55
56 56
HttpContext.Current.Session("ReportingInitialized") = True
57 57
End Sub
58
-End Class
58
+End
59 59
```
60 60
61 61
##Screenshots
62 62
![](/API/CodeSamples/ShowJoinAliasTextboxes/Aliasing_TextBox.png)
63
-![](/API/CodeSamples/ShowJoinAliasTextboxes/No_Aliasing_TextBox.png)
... ...
\ No newline at end of file
0
+![](/API/CodeSamples/ShowJoinAliasTextboxes/No_Aliasing_TextBox.png)
1
+
2
+##Instruction
3
+
4
+By default, when the same table is used multiple times as joined table, Izenda differentiate them by number as below.
5
+
6
+Using join alias textbox, user can distinguish the joined tables more clearly
7
+
8
+1. After enabling Join Alias Textbox as below, type alias in the textbox. Click 'Update datasources aliases'.
9
+
10
+2. In FIELDS tab, the aliased joined tables appear as below
11
+