If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.

Report Widgets

Last modified: August 20, 2024

Introduction

With report widgets, you can create reports from the database data. Reporting is mainly used for presenting aggregated information (for example, total sales per customer).

The Report widgets category contains the following widgets:

  • Report grid – displays data in a form of a table; the data for the reporting widgets is provided by a Data set

    Example report grid
  • Report parameter – allows the end-user to specify a parameter of a Data set that is then used for filtering the data displayed in a report

    Example report parameter
  • Report date parameter – allows the end-user to specify the DateTime parameter of a data set, which is then used for filtering the data displayed in a report

    Example report date parameter
  • Generate report button – generates a report when the end-user clicks the button

    Example generate report button

Performing Basic Functions

For more information on how to add widgets to a page, view their properties, and arrange them, see Adding Elements on a Page, Viewing Element Properties, and Arranging Elements on a Page sections in Page.

Read More