Versions Compared

Key

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


Table of Contents
Table of Contents

...

Warning
titleFile Upload Display

When PDF files are uploaded to Activity records you have the option to add these documents to the report or to not allow these to display. By default all PDF documents will be apended to the end of a report. If you would like to control which fields that contain file uploads are actually added to the report, change the "Display File Uploads" field found under Report Settings to "Added to Report Template". When this option is selected you must add the field to the report template in order for the uploaded PDF documents be added to your report.


SettingDescription
Report Name
Report Code
Default Title
Alternate Field Title
Alternate QC Title
Allow Alternate Report Title At Run Time
Standard
Digital Signature Configuration
  • Assigns the digital signature profile / option that is available for this report
Send Field Reports To
Display File Uploads
Repeat Table Headers
Field Legal Text
  • Legal text appearing at the bottom of the report if generated from the Field module
QC Legal Text
  • Legal text appearing at the bottom of the report if generated from the QC module
Allow Field Signature Capture On Field Reports
Report Image
Report Text
Show Report Date In Header
File Name
Description
Include Description For Associated Reports
Apply Page Break On Every New Record
Show In Report Associations
Show In QC Draft Report Filter
Show In Delivery Report Filter
Allow Emailing On Finalize
Allow Publishing On Finalize
Allow Override Digital Signature Configuration On Projects
Internal Report
Type
Header And Footer Type
Custom Paging Placeholder
  • Displays if Header And Footer Type = Custom
Number Of Elements


Creating Columns of Data

Splitting your report into multiple columns can be achieved using multiple Panel elements. It's important to use panels to define alignment of the various elements used in your report design.

...

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.

...