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 26.1.0723.641
The following release notes apply to Microvellum build 26.1.0723.641. Function UI Update The Function Arguments interface has received a major visual overhaul to improve the usability, clarity, and visibility of several elements. Input fields are now ...
Microvellum Release Notes | Build 26.1.0702.641
Dark Mode Fig. 1: The MV Palette in Dark Mode. To enhance the user experience when working within Microvellum, a new Dark Mode setting has been added to the software. Enabling this will apply a dark theme to most interfaces, allowing for a greater ...
Microvellum Foundation Library Release Notes | Build 26.0630
Additions: Added new Fixture product Die Wall Advanced. This product takes the legacy Die Wall products to a new level. More features and advanced parametric abilities: Up to five individual unique subassembly segments, widths controlled via ...
Microvellum Foundation Library Release Notes | Build 26.0527
The following release notes apply to the Microvellum Foundation Library build 26.0527. Additions Added new features for the Wood Drawer Box to have reduced sides, sub front, or back. Added 3 new global and subassembly prompts: “Wood Drawer Side ...
Microvellum Release Notes | Build 26.1.0529.641
The following release notes apply to Microvellum build 26.1.0529.641. BSB Docking Size Fix An issue was reported to be occurring in Microvellum BSB 2026: when adjusting the size of a docked Microvellum palette, users found that the palette would ...