04.03 - Report Titles

Overview

As a part of the process of creating paper-like management reports, it is useful to be able to add a report title at the top of a report.

Here is a video, or read below.

Fully formattable, these can be as simple or as complex as the user wishes and can be used to provide information that isn’t immediately obvious from the grid, for example a selected department.

Setting the Report Title

To configure a report title switch to the “Insert” tab and select Report Title

62e19b60-3f10-482b-92cd-b463b38fd229

which will display the Report Title dialog.

cb9746d5-6791-4f4a-8879-3fbaaa4db950

The dialog contains:

At its simplest the user can simply type the title they want to see into the expression and that is what they will get.

Eg:-        P&L for Board Meeting 22nd March 2020

But where a report is likely to be re-used month after month or where it could be run with different settings for different departments, the option to build something a bit more dynamic, is powerful.

Syntax

The dialog is very much designed to be point and click but those clicking actions do generate an expression which has a syntax which is useful to understand.

Specifically, anything inside curly braces is a parameter and anything outside is literal text.

Eg:-        My Report is called ‘{ReportName}’

Might produce “My Report is called ‘Management Balance Sheet’” where the report name has been injected into the title.

Parameters

To make navigation easier, parameters are grouped into separate sets, the simplest of which is the Report group, so we’ll start there.

Report Group

The Report group contains a list of simple parameters that have nothing to do with the actual design of the report.

a76848ee-ea35-48e3-aa85-d935cf70a58d

So just using these report group parameters a designer might create the following

Eg:         {ReportName} run by {CurrentUser} at {Now}

which might produce “Monthly Balance Sheet run by Daniel Graham at 09/02/2021 15:23”

Fields Group

The Fields Group gets a little more complicated.

It contains one entry for each field that is actively a part of the design of the report, that is to say, in the across or down axes OR has a filter selection set.

71eebac2-7cec-4ad8-be2c-3b949f8b0350

There are a variety of ways in which a user might want to see information about such a field, so each item provides a drop-down list of the various options along with the text (shown in italics) that the option will currently produce.

For example, the user may just want to display the name of the field:

Eg:-        Analysis by {Caption([Year])}

which would produce “Analysis by Fiscal Year”.

Or they might want a list of all the selected items for that field:

Eg:-        Analysis for {Caption(Filter([Year]))}

which might produce “Analysis for 2011, 2010 & Last Year Variance” where those three items are the selected items in the filter for the field.

Field Lists Group

Similar to the Fields Group, the Field Lists Group provides access to the fields by the area of the report they reside in.

4d6a1da2-91e4-4259-ac85-7fed5d2f768f

It can provide lists of:

Again as there are a variety of ways that a user might want to see information about those groups, the drop-down provides a preview in italics, to help them chose. So..

Eg:-        Sales by {Caption(DownAxis)}

Might produce “Sales by Company, Department and Division”

Or

Eg:-        Company Results for {Caption(Filter(AcrossAxis))} by {Caption(DownAxis)}

              Might produce “Company Results for 2011 and Cumulative Period 12 by Company, Department, Division & Account”

Variables Group

The Variables group allows the user to place the value of a specific variable into the title.

6edd400d-3786-4b45-9a9b-fe81568a465b

The group gives access to all the variables defined in the report and a variety of ways of displaying them that again, can be previewed in the drop-down.

Eg:-        P&L for end {Caption([Period].[ThisMonth])}

Might produce “P&L for end Period 10”

Report Title Formatting

d1907f35-53c4-47ce-8f38-bebee4f0ab5b

Report titles can be formatted using the palette button to the right of the preview area as shown above. Options cover all the usual formatting features ie: font, fill, alignment and borders.

A Note on Alignment

The alignment of the title also controls the alignment of the main grid in the event that the data doesn’t fill the width of screen available to FastClose. This is purely because it looks rather odd if the title is centred but the grid is left justified (say). So this one setting handles the alignment of both.

Exercises and Tutorial Survey

04.03 Report Title - Exercises.pdf

Your feedback helps us do better, to fill in a short survey on this tutorial, click here.

Powered By