Report Designer/Form¶
Form is a built-in type of report part that allows WYSIWYG editting in HTML. User can:
Interactively design the form using icons on the toolbar, with muli-level Undo and Redo.
Add dynamic content using smart tags.
Add recurring content using innovative repeater tags, see Repeater Smart Tag.
Leverage existing report parts by embedding them into the form.
Edit the form in HTML format (for experienced users).
Form properties are grouped into several sections:
Form
Edit
Insert
Format
Table
Tool
View
Printing
Configure General Form Properties¶
General Form properties can be configured in Form section:
-
Form border
Click the gear icon (⚙) to open Form Border Settings pop-up.
Choose the border to be visible or not.
Select a border color.
Select the border thickness (in pixels).
Click OK to close the Form Border Settings pop-up.
Note
The Preview section will not be shown (as image below) if the Show Preview section in Configuration Mode checkbox is unticked in Others tab in Advanced Settings.
Please see Update Others Settings for more details.
Form background color
Click the color icon to open the color palete.
Choose a color from the color palete.
Click OK to close the pop-up and apply the selected color.
Edit Section¶
Click inside the text area in Visual mode to see all the toolbar icons.
Copy, Cut and Paste:
Highlight one or multiple items then click Copy or Cut, then Paste into another place. Paste as Text will remove all formatting from the items. (This feature is still in progress.)
Find and Replace text values while preserving the formatting.
Muli-level Undo and Redo.
Insert Items in Visual mode¶
Many items can be quickly and interactively inserted using the icons in visual mode:
-
Link
The link is displayed as .
-
Image
Anchor
Special character
Current date value
Horizontal line
Page break
Template break
-
Data Source Field
Smart Tag. This is a dynamic content that will be updated on display:
Date Time - it will show the date value at the time of display (compared with “Insert date/time value” button that populates the fixed date value at the time of editing).
Subtotal - it will show the sub total value for a field being used in the form.
Grand Total - it will show the grand total value for a field being used in the form.
Embedded Report Settings - To be updated.
Format Items in Visual mode¶
Formatting can also be quickly applied using the icons in visual mode:
Heading styles
Grouping HTML tags <p>, <blockquote>, <div> and <pre>.
<p> is used for a paragraph;
<blockquote> is used to quote content from another source, usually with a <cite> tag containing the reference.
<pre> is used for preformatted content, which would be displayed differently without the tag.
<div> is used to group items together for easy organization and formatting.
Font face and font size.
Text effects bold, italic, underlined and struck through.
Text effects superscript, subscript, and computer code style <code> (displayed in a monospaced font by default).
Font color and background color.
Text alignment.
Bulleted and numbered list styles.
Indent space.
Clear Formatting
Design a Table in Visual mode¶
-
Click the Insert Table icon in Table section, then interactively select the number of columns and rows.
-
Click inside the table in Visual mode to see more icons in Table section, divided into Table, Cell, Row and Column groups.
Configure table-wide settings in Table Properties pop-up.
-
Configure each cell in Cell Properties pop-up.
-
Configure each row in Row Properties pop-up.
Tool Section¶
Directionality supports formatting right-to-left languages with the Right to Left icon.
Editing Preferences in View Section¶
Editing preferences can be configured in View section:
Show invisible characters.
Show Visual Aids.
Show the form in fullscreen mode.
Edit Data Refresh Interval settings.
Use Pagination
Printing Section¶
Tick “Page Break After Each Entry” checkbox to print each data object in a separate page.
Edit in HTML format¶
In HTML tab:
User can edit the raw HTML code and see the changes reflected in Visual mode or Preview mode.
User can use the now visible HTML group in Properties box.
Tick the Wrap Text checkbox to make long lines of code span multiple lines.
Tick the Highlight Code checkbox to enable syntax highlighting for HTML tags.
Click the Reformat button to beautify the code.
Repeater Smart Tag¶
The Repeater smart tag allows repeating form content to dynamically display data. That content will be repeated for each unique set of values of the data.
For example, the Repeater smart tag can be used to display Freight amount for each ShipCity in each ShipCountry, in a format totally customizable by the report designer.
To repeat a specific form content:
Either select the content then click Repeater > Add in Insert group in Report Part Properties panel
Or wrap the content by
<repeater>
and</repeater>
tags in HTML view
Make sure that the field values outside of Repeater tags are either unique or grouped.
(In this example ShipCountry field has “Group” as Function in Data Formatting)
The selected content will be highlighted in Visual view.
Steps for this specific sample:
Type “In country ” then add field ShipCountry, select “Group” as Function in Data Formatting then enter.
Type “In city ” then add field ShipCity then select “Group” as Function in Data Formatting.
Select both lines then choose Bullet List in Format group in Report Part Properties panel.
Click anywhere in the second line and choose Increase Indent in Format group in Report Part Properties panel.
Switch to HTML view to easily enter
<repeater>
and</repeater>
tags in correct position.Also add one more <br /> tag to make the view prettier.
Analytics Center supports the form report part containing subtotal inside repeater(s).
For example:
Notes: Subtotals are not supported for parallel repeaters, only nested repeater structures.