Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents
Table of Contents

...

PropertyDescription
Width
  • Sets the width of an element in a panel
  • Enter a percentage of the panel or pixel value
Tip
titleWidth Options

It is important to understand how the Width option works for different elements.

The Width can be left empty or can be set in different units: "%" or "px"

When working with elements to define the layout of the template it is recommended to use %.

When the Width option is empty, the system will use the default value for the element:

  • Labels: Auto or as wide as the text inside
  • Panels and Tables: 100% (Full width)


Minimum / Maximum Height
  • Allows control of the set height for various elements
Border
  • Allows you to display a boarded border for a panel
  • Enter a pixel value
Group By
  • Used to "flatten" the Sample Tracking data structure on reports - not applicable to Activity reports
  • Group By property is assigned to panel - see recommendation below
Tip

When creating Sample Tracking / Test reports, it is recommended to create three separate panels to report the three different "levels" of the Sample Tracking data structure.

  • Sample
  • Specimen
  • Test

Apply the Group By property to each of the three panels and select the name of your respective sample, specimen and test forms in the Group By list.

After creating the three primary panels, place additional panels and fields within each of these three primary panels.

Example of all Sample fields added within a panel grouped by the sample form:

Example of Test fields added within a panel grouped by the test form:



Text
  • Allows you to set the text that displays for a label
Data Set
  • Allows you to set the Data Set for a field
Source
  • Must choose a Data Set first
  • You can pick a field that will dynamically populate upon report generation
Font Size
  • Control the font size
Bold

Two choices:

  • False = Font will not be bolded
  • True = Font will be bolded
Italic

Two choices:

  • False = Font will not be italicized
  • True = Font will be italicized
Underline

Two choices:

  • False = Font will not be underlined
  • True = Font will be underlined
Text Align
  • Formats the justification for the contents in a label or field
  • Options are Left, Center or Right
Hide Expression
  • Allows you to hide an element based on empty values of other fields.
Direction
  • Allows you to align the elements inside a panel
Padding
  • Controls amount of white space that will appear between elements
Number Format
  • Used for Number field types only
  • Allows you to control certain aspects of how a number will be expressed on the report
  • Examples: Decimal places, leading zeros, percentage, thousands separators
Background Color
  • Use to apply a background color to a panel or table

Options to Display
  • Used for Picklist, Multiple Choice and Yes/No fields only when added to the report as a checkbox display
  • Controls if all options display as checkboxes or only the selected options
Options Orientation


  • Used for Picklist, Multiple Choice and Yes/No fields only when added to the report as a checkbox display
  • Controls if the options display verically or horizontally

    Info

    Vertical Example

    Horizontal Example



...

To allow for faster addition of Form Fieldsseveral additional elements are preconfigured for you upon dropping a Field onto a form. For example text based field types (Number, Text Area, Muliple Choice, etc.) are dropped onto the report as two Labels (one for the field label and one to display the field value) wrapped inside Panel component. After a Field has been added, all of these components can be altered to fit your needs.

...

StepDescriptionExample (Click Image to Enlarge)
1.

Go to the elements tab and add a line component as the last element inside the Panel.

Info

This line will be rendered after each grid record, including the last record.

To suppress the line after the last record, proceed to step 2 and 3.


2.Select the line and open the Properties tab.
3.Type last() inside the Hide Expression property to hide the line in the last row.

Working with Images 

How to fix stretched images 

To keep the aspect ratio of your images, set a value only for one of the size properties: Width or Height.

...