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
Recent Articles
Microvellum Release Notes | Build 25.2.0206.641
The following release notes apply to Microvellum build 25.2.0206.641. Item Number Fix An issue was reported regarding item numbers in composite drawings. Users who processed work orders with multiple products reported that the item numbers would ...
Microvellum Release Notes | Build 25.2.0204.641
The following release notes apply to Microvellum build 25.2.0204.641. Toolbox Brand Retirement As part of Microvellum’s ongoing alignment with the values and catalog of INNERGY, and to improve user experience, clarity, and consistency, we have ...
MDF Door Profile Guide
Door Wizard The Door Wizard is a Microvellum feature that enables users to interact with and control the specifics of door related variables, prompts, and available settings. The options available in the door wizard vary depending on the specific ...
Microvellum Foundation Library Release Notes | Build 26.0112
Additions In accordance with Microvellum's new subscription changes, all Face Frame Expansion products and subassemblies, as well as the Range Hood Master product have been added to the full library install and library update zips (now included with ...
Toolbox Release Notes | Build 25.2.0114.641
The following release notes apply to Toolbox build 25.2.0114.641 Processing Center Message Fix Fig. 1: An error message running in the background of the software. An issue was reported within the Processing Center. When processing an order, there ...