userguides
  • Welcome
  • Contact Us
  • Getting Started
    • Quickstart
    • Inside ViewZen
  • ViewZen Accounts
    • Overview
    • Account Owner
    • Home Page
    • Member Profile
      • My Account
      • My Organization
      • Security
      • Permissions
    • Roles and Permissions
      • Standard Roles
      • Custom Roles
    • User Management
    • User Groups
    • Multi factor Authentication
    • Context based Permissions
    • API Keys
  • Appverse
    • Overview
    • Home Page
    • Apps
      • Create an App
        • Folders
          • Create
          • Edit
          • Delete
          • View Contents
        • Roles
        • Forms
          • Create
            • Get Familiar
              • General Properties
              • Hint
              • Appearance
              • Validations
                • Examples
              • List of Values
              • Scope
                • Examples
              • Search Settings
              • Security
              • Expressions
              • Appverse Expressions
                • Examples
              • Choices
              • Instance Name
              • Download Form
              • Import Form
            • Best Practices
            • Create with Form Builder
            • Create with GenAI
            • Create with ODK compatible xls
          • Edit
          • Delete
          • Deploy / Undeploy
          • Settings
            • General Settings
            • Data Display
            • Appearance
            • Languages
            • Auto Numbering
            • Lookup
            • Child Forms
            • Report Template
            • Validations
            • Data Formatting Rules
            • Record Access
            • Quick Filters
          • Allocation
            • Get Familiar
              • General Properties
              • View Permissions
          • Quick Configuration
          • Events and Actions
            • Save to DB
            • Lock Record
            • Update Status
            • Create / Update Record
            • Send Notifications
            • Custom Scripts
          • Conditions in Appverse
          • Advanced Search
          • Data
            • Card Layout
            • Grid Layout
            • Master Detail Layout
          • Dashboards
            • Publish Dataset
            • Dashboard
        • Dashboards
          • Link
      • Edit an App
      • Delete an App
      • List of all Apps
      • Publish an App
      • Export & Import an App
    • User Allocation
    • Library
      • Custom Scripts
      • Custom Queries
      • Report Templates
    • Departments
    • Settings
  • ViewZen Analytics
    • Overview
    • Landing Page
    • Dashboard
      • List of Dashboards
      • Create a Dashboard
        • Get Started
        • Datasets
        • Sheets
        • Version Control
        • Toolbar
          • Place Components
            • Properties
              • Data Properties
                • Data Fields
                • Inbuilt Aggregation Functions
                • Dimensions
                • Measures
                • X-axis and Y-axis
                • Column
                • Data Series
              • Format Properties
                • Title / Sub Title / Label
                • Appearance
                • Legend
                • Viewer Settings
                • General Settings
                • Axis Settings
                • Axis Label Settings
                • Axis Title Settings
                • Label Formatting
                • Sorting
                • Color Formatting
                • Column Formatting
                • Stacked Header
                • Footer
                • Actions and Events
                • Chart Settings
                • Grid Settings
                • Data Series Formatting
                  • Value Series
                  • Column Series
                  • Stacked Column Series
                  • Radar Column Series
                  • Waterfall Series
                  • Line Series
                  • Bubble Series
                  • Pie Series
                  • Donut Series
                  • Funnel Series
                  • Clustered Area Series
              • Tooltip Properties
                • Properties
            • Visuals
              • Cards
              • Charts
              • Grid
              • Textbox
              • Filter
              • Image
              • Zone
            • Visuals Marketplace
          • Edit Components
          • Delete Components
        • Filters
          • Fixed Filters
            • Create Filter
              • Filter Conditional Statements
            • Edit Filter
            • Delete Filter
          • Interactive Filters
            • Create Filter
            • Edit Filter
            • Delete Filter
      • Edit a Dashboard
      • Share a Dashboard
      • Delete a Dashboard
      • View a Dashboard
      • Use Dashboard for Presentations
Powered by GitBook
On this page
  • Example
  • Key Features
  • Create Report Templates
  • Associating a Report Template with a form
  • Viewing the Report
  1. Appverse
  2. Library

Report Templates

Library -> Report Templates

In AppVerse, users can create customized report templates tailored to their specific needs. With report templates, users can design their own reports, preview them with test data, and associate them with forms to generate reports dynamically.

Example

Lets us take the case of a company that wants to create an employee performance report. They can design a report template with fields like:

  • Employee Name: {{employee_name}}

  • Department: {{department}}

  • Performance Score: {{performance_score}}

After creating the template, they can preview it with test employee data to make sure it’s properly formatted. Once the template is finalized, it can be added to an employee form, where the report is dynamically generated for each employee when the report is clicked from the employee record.

Key Features

  • Customizable Design: Users can build and customize report templates using HTML code, thereby having complete control over the structure and layout of the report.

  • Dynamic Data with Handlebars: For dynamic content, users can incorporate Handlebars expressions. This allows for easy integration of data placeholders that will be replaced with actual data when the report is generated.

  • Preview with Test Data: Before finalizing a report, users can preview how it will look with sample or test data. This ensures that the layout and data rendering are correct.

  • Associate to Forms: Once the report template is created and tested, it can be associated with the relevant form.

Create Report Templates

To create the report template

1

Title and Description

Give every template a name and description to easily identify them.

2

Template (HTML)

Users can write custom HTML code for the report layout, using placeholders for dynamic data.

3

Use Handlebars for Dynamic Expressions

Handlebars expressions are used within the HTML template to insert dynamic data, such as user inputs, system-generated values, or any other data available from the AppVerse platform.

Example: {{user_name}} could be a dynamic expression that will be replaced with the actual user name when the report is generated.

4

Preview

Before using the template in a form, users can preview it using test data to ensure the formatting and dynamic expressions display correctly.

Once the report template is finalized, it can be attached to a form, where it will be dynamically populated based on the form data or other relevant information.

Reports can be viewed for each individual record directly from the Data Management Page.

PreviousCustom QueriesNextDepartments

Last updated 4 months ago

Kindly refer to under Form Settings for more information on associating a template with a Form.

Kindly refer to under Forms for more information on viewing and accessing record-wise reports.

Associating a Report Template with a form
Report Template
Viewing the Report
Data
Report Template Configuration