Form

Introduction

The Form Report Element lets you directly view form data within the report, displaying fields and values from the target form.

Get started

How to use it

To use the Form Report Element:

  1. In your report designer, find the Form element in the palette.
  2. Drag and drop it onto the report canvas where you need the space.

Configure form properties

Fields to Configure:

  • Selector Class: Define the class for the current element.
  • Form: Choose the target form to load. This is a mandatory field.
  • Record ID: Specify the record ID to load form data. 
    Example
    You can use #form.TABLE.ID[RECORD_ID] to retrieve the set of the record. Otherwise, if it is set to empty, it will retrieve the value set in its "Report Parameters" by using the reportParam hash variable (i.e. #reportParam.id#) based on current context.
  • Hide Fields Without Value: If it is checked, fields with no value will be hidden.
  • Show Unselected Options for Multi-Option Field: If this option is checked, unselected options for multi-option fields (e.g., select box, radio button, etc.) will be displayed.
  • Margin Bottom: Define the bottom margin of the form.
    Example
    10px
Created by Julieth Last modified by Aadrian on Nov 25, 2024