Skip to main content

Edit Report Title

The report title appears at the top of each report and serves as an important reference. In addition to regular text, you can use dynamic variables to automatically display information such as dates, environments, or custom parameters. These variables update in real time, making the title a convenient way to show key details without manual updates.

To structure your report further, you can also add section titles within the content area.

Edit the report title

  1. In the Toolbar panel on the right, select Edit Report. You must be in edit mode to add views.
  2. At the top of the report, double-click the report title. The Edit Report Title dialog opens.
  3. Use the formatting tools to customize the appearance, insert tables, or add static information.
  4. Add dynamic variables as needed.
  5. Click Confirm to save the title.

Use dynamic variables

Dynamic variables add real-time or context-specific information to your report title.

  • ## – global parameters
  • $$ – data model parameters
  • @@ – global variables
  1. In the Edit Report Title dialog, select a variable from the dropdown menu.
  2. Click the + icon to add the variable to the title.
  3. Repeat as needed to add more variables.
  4. Click Confirm to save the title.

Examples

VariableDescription
##CurrentEnvDisplays the name of the current environment.
GetMonthDesc()Shows the descriptive name of the current month.
GetMonthDescFiscal()Shows the month name based on the fiscal year start. For example, GetMonthDescFiscal(2, 12) shows the second month of a fiscal year starting in December.
LastDayOfTheMonth(@@CURYEAR, @@CURMONTH)Displays the last day of the current month.
LastDayOfTheMonthFiscal()Shows the last day of the month based on the fiscal year start. For example, LastDayOfTheMonthFiscal(2024, 11, 4) shows the last day of the fourth month if the fiscal year starts in November 2024.

Use dynamic variables with reporting trees

You can display the currently selected node from a reporting tree in the report title by using the ReportingTreeFilter() dynamic variable. This helps you immediately identify which part of the data the report is showing.

  1. In the Edit Report Title dialog, select ReportingTreeFilter() from the dropdowm menu. Use the search bar as needed.
  2. Click the + icon to add it to the tile report.
  3. Click Confirm to save.
    • If no node is selected, All appears in the title.
    • If a node is selected, the node description appears in the title.