Integration/Tutorials/Views.md
... ...
@@ -20,6 +20,18 @@ Essentially the product does an analysis of the metadata rather than requiring a
20 20
21 21
Izenda recommends creating views that use Camel Case (i.e. FirstName) or underscore format (i.e. first_name) to limit how much manual typing a report designer needs to do.
22 22
23
+###Forbidden Characters
24
+
25
+Tabulation characters cannot be used in tables or views in Izenda. This includes:
26
+
27
+- horizontal tabulation (\u0009)
28
+- vertical tabulation (\u000B)
29
+- line feed (\u000A)
30
+- carriage return (\u000D)
31
+- line separator (\u2028)
32
+- paragraph separator (\u2029)
33
+- form feed (\u000C)
34
+
23 35
###View Code Samples
24 36
25 37
**A Basic View**