Report Title

Unlike the section titles that you place to structure your report, the report title can benefit from variables. Dynamic Variables can be used to add complimentary information to the report title. They automatically retrieve all existing variables in Nectari and display their values so that you can use them for automatic updates.

To edit the report title:

  1. In the right panel, click to enable the edit mode.
  2. Click the title of the report.
  3. In the new window, perform these steps:

    1. Click the place where you want to insert the variable in the title.

    2. Select the appropriate variable from the Dynamic Variables drop-down list:

      Tip
      • Use the ##CurrentEnv variable to display the current environment.

      • Use the GetMonthDesc() variable to retrieve the description of the month.

      • Use the GetMonthDescFiscal() variable to retrieve the description of the month according to the beginning of the fiscal year. For example, GetMonthDescFiscal(value,startFY) => GetMonthDescFiscal(2, 12) will retrieve the second month when the fiscal year is starting on December, i.e., January.

      • Use the LastDayOfTheMonth(@@CURYEAR, @@CURMONTH) variable to display the last day of the current month.

      • Use the LastDayOfTheMonthFiscal variable to retrieve the last day of the month according to the beginning of the fiscal year. For example, LastDayOfTheMonthFiscal(2020, 11, 4) will retrieve the last day of the fourth month when the fiscal year begins in November 2020.

    3. Click the + sign to add the variable.

    4. Repeat these steps to add more variables.

  4. Click OK.

Using dynamic variables with the Reporting Tree

If you use the Reporting Tree, dynamic variables can be very useful in changing the report title, for instance, to display a title that better corresponds to the selected node.

  1. In the Dynamic Variables drop-down list, select ReportingTreeFilter().
  2. Click the + sign to add it to the text field.
  3. Click OK.

Note

When no node is selected, the dynamic variable will show All for the description in the title.

If a node is selected, the node description will be displayed in the title.