Guides/ReportDesign/9.0-Misc-Tab.md
... ...
@@ -18,6 +18,24 @@ The Miscellaneous (Misc) tab allows you to add a title, description, header, and
18 18
19 19
_**Note:** In the examples above, "INSERT TEXT" is where you will see the text entered for the corresponding field._
20 20
21
+##9.0.1 Headers, Footers, and Smart Tags
22
+
23
+There are two types of Izenda headers - Report and Page. The Report header shows up once, at the beginning of the report. This header is visible in the report viewer.
24
+
25
+The Page header shows up at the top of every printed page. This header is not visible in the report viewer, since the concept of printable 'pages' does not apply to the report until it is rendered for print.
26
+
27
+Izenda's header and footer controls can accept HTML to create custom content. Izenda also supports smart tags:
28
+
29
+|**Tag**|**Description**|
30
+|:---------:|:-------------:|
31
+|[date]|Displays the current system date.|
32
+|[time]|Displays the current system time.|
33
+|[pagenumber]|Displays this page's number in the total set of pages. This tag only returns values when the report is rendered for printing in a .pdf or html export.|
34
+|[totalpages]|Displays the total number of pages that the report extends across. This tag only returns values when the report is rendered for printing in a .pdf or html export.|
35
+|[_any_field_]|Displays the first value visible in the field. Any field which is visible in the currently selected data sources for this report can be viewed.
36
+
37
+This feature is enabled in Izenda 6.9.0.2|
38
+
21 39
22 40
##9.1 Share With & Rights
23 41
... ...
@@ -88,7 +106,7 @@ The owner text field is only available to administrators by default. This field
88 106
89 107
##9.2 Drill-Downs
90 108
91
-The fundamental difference between a main report and a sub-report is the **drill-down key** field. Setting this field will enable a report to be used by another report as a sub-report. There is no other difference between a report and a sub-report. Also, a sub-report can have sub-reports of its own. So let's start by creating a report in the Report Designer.
109
+The only difference between a main report and a sub-report is the **drill-down key** field. Setting this field will enable a report to be used by another report as a sub-report. There is no other difference between a report and a sub-report. Also, a sub-report can have sub-reports of its own. So let's start by creating a report in the Report Designer.
92 110
93 111
###9.2.1 Designing the sub-report
94 112