Creating Numbered Lists in Report Designer

Creating Numbered Lists in Report Designer

The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To learn more about Lists and how to access the Report Designer, see Creating Lists in Report Designer. This article provides information on adding numbering to a list.

When it is necessary to work with number lists, an enumerated list can be generated. In Figure 01, an enumerated list is demonstrated:


Fig. 01 – A Rendered Report with an Enumerated List

The Line system variable is used to number the rows of a table. To get the results from Figure 01, I modified the data column, {Products.Name} to read:

{ Line }. {Products.Name}

The Line system variable prints the number of the current row. Numbering starts at one. In the first row, the system variable returns 1, returns 2 on the second row, etc.. The Line variable is of the Int64 type. The Line variable can also be used in arithmetic expressions. To start your number list at 0, use the following expression:

{ Line - 1 }. {Products.Name}

There are also the LineABC and LineRoman system variables that can be used to number a list. LineABC produces an alphabetical index as opposed to a number for a row. LineRoman produces Roman numerals as opposed to a standard numbers. LineABC is demonstrated in Figure 02.  


Fig. 02 – LineABC Applied to a Report

LineRoman is demonstrated in Figure 03.


Fig. 03 – LineRoman Applied to a Report

LineRoman and LineABC return numbers as strings. They can be printed in lower case using the following expression:

{ LineABC.ToLower() }. {Products.Name}

Fig. 04 – LineABC Printed in Lower Case
    • Related Articles

    • Creating Lists in Report Designer

      The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To access the Report Designer, select Toolbox Setup > Design Reports > Design (Report Type) Report. Select New Report to design a report from ...
    • Output Lists with Report Designer

      The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To learn more about Lists and how to access the Report Designer, see Creating Lists in Report Designer. This article provides additional ...
    • Creating Multiple Lists in Report Designer

      The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To learn more about Lists and how to access the Report Designer, see Creating Lists in Report Designer. This article provides information for ...
    • Adding Alternating Rows to Lists in Report Designer

      The articles in this section of the Knowledge Base involve working with Lists for display in your reports. To learn more about Lists and how to access the Report Designer, see Creating Lists in Report Designer. This article provides information on ...
    • Creating Multi-Column Reports in Report Designer

      The articles in this section of the Knowledge Base involve working with Columns for display in your reports. To access the Report Designer, select Toolbox Setup > Design Reports > Design (Report Type) Report. Select New Report to design a report from ...
    • Recent Articles

    • Toolbox Release Notes | Build 25.1.1204.641

      The following release notes apply to Toolbox build 25.1.1204.641 Toolbox Login Screen Update Fig. 1: The updated Toolbox Login interface. The Toolbox Login interface has had several changes applied to it to enhance its usability and allow for greater ...
    • Toolbox Release Notes | Build 25.1.1120.641

      The following release notes apply to Toolbox build 25.1.1120.641 Mouse Wheel Fix There was a reported issue in certain interfaces (such as report groups) in which hovering over a dropdown menu (such as Output Type) would result in the options within ...
    • Dynamic Dimensioning in Toolbox BSB

      When applying dimensions to products and other solids in Toolbox BSB, by default, all dimensions are drawn in 2D on the Y plane, requiring one to switch to a top view (or an appropriately high isometric view) to see them. BricsCAD has a feature that ...
    • Toolbox Release Notes | Build 25.1.1107.641

      The following release notes apply to Toolbox build 25.1.1107.641. Subassembly Prompt Fixes A pair of issues were reportedly occurring when attempting to work with subassembly prompts in the Edit Design Data interface. Subassemblies copied to the ...
    • Microvellum Foundation Library Release Notes | Build 25.1024

      The following release notes apply to the Microvellum Foundation Library build 25.1024. Additions Added Face Profile Options to the Door Wizard for enhanced design flexibility. Users can now apply decorative visual profiles to doors, drawer fronts, ...