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 24.1.1105.641

      The following release notes apply to Toolbox build 24.1.1105.641 Nesting Fix Fig. 1: The fatal error that would occur during processing. There was reportedly an issue that occurred when clients attempted to process a work order using the nesting ...
    • Microvellum Foundation Library Release Notes | Build 24.1025

      The following release notes apply to Microvellum Foundation Library build 24.1025. Additions Added new global variable “Remove Stop Dado On Bottom Edge” for wood drawer boxes. Check this option to run the dado through at the bottom of the sub front ...
    • Toolbox Release Notes | Build 24.1.1030.641

      The following release notes apply to Toolbox build 24.1.1030.641 Routing and Profile Fixes Several issues were found with routing and polyline paths: Fig. 1: Horizontal routes off of a part disappearing (left) and appearing correctly (right). When ...
    • Toolbox Release Notes | Build 24.1.1010.641

      The following release notes apply to Toolbox build 24.1.1010.641 Biesse Winstore Fix Several issues with the Biesse Winstore plugin have been resolved: There was an issue that would sometimes occur wherein materials that were intended to stack wound ...
    • Toolbox Release Notes | Build 24.1.1001.641

      The following release notes apply to Toolbox build 24.1.1001.641 HBore Toolfile Fix Fig. 1: The location in the Toolfile UI where the error would occur. There was an issue reported with the functionality of the Horizontal Boring Machine setting in ...