You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 35 Next »

Introduction

The Report Builder introduces the simple drag-and-drop principle like the Form Builder, as a no-code/low-code alternative to create your own customized reports for Joget apps. This provides a seamless experience for users to create reports instead of using external report building softwares.

You can download the plugin from Joget Marketplace.

New Feature

The Report Builder is a plugin created for the Addon Builders. This is a new feature in Joget DX Enterprise and Professional editions.


Report Element & Report Properties

Report Hash Variables

  • The API IP/Domain Whitelist setting in General Settings needs to be configured in order for reportLink hash variable to work. If a request is from a non-whitelisted IP/domain, the response will be a HTTP 400 Bad Request.
  • For security purposes, the direct URL parsed from Report Link Hash Variable is dependent on user session (including Anonymous users where the parsed link will differ).
    For example, if user admin obtains the parsed URL and expose it to anonymous users, the link will be invalid.
  • #reportLink.id# - To attach reports in email tool.
  • #reportLink.id[param1=value1&param2=value2]# - To attach reports in email tool with parameters passing.
  • #reportParam.name# - To populate dynamic report parameter values ( for example parameters set in report menu, subreport, etc. ).

Example hash variable:

#reportLink.rp_report1[id=5c3daa8c-b8e7-4e04-8119-e31be53d6232]#



Download Demo App

APP_tutorial_ReportBuilder-2-20230818174515.jwa



  • No labels