Number ranges
Scope/Lifetime |
Internal number ranges live permanently in the profile/ASM entry (not in other profiles/ASM entries) and not just during the run/test. Profile-wide number ranges live permanently in the profile (and not in other profiles) and not just during the profile run/test. System-wide number ranges live permanently system-wide (i.e. also in other profiles) and not just during the profile run/test. |
There are several different number ranges.
Internal number range and placeholder <n>
There is an internal (nameless) number range which is valid for individual profiles and ASM entries. This can be used, for example in file names, in the respective profile or ASM entry via the placeholder <n>.
You can also manage this number range in the GUI, e.g. on page Main settings (ASM) or Phase 6 and Profile values. See the following screenshot. The number range value starts at the start value and is incremented by 1 before each use. When the maximum value is reached, the number range value starts again at the start value.
Note: It is possible to force a certain minimum length of the displayed number range value. For example, if you want to have the value 0006 instead of the value 6, you can use <n><n><n><n>. However, this does not change the way the value is counted, nor does it prevent a longer value. For example, if the current value is 12345, then specifying <n><n><n><n> will also display 12345. If you want to have maximum four-digit values, you have to set the maximum value of the number range to 9999.
Self-defined number ranges with functions
Self-defined number ranges are created and managed by the user himself via functions in the profile. The names can be freely chosen. A distinction is made between profile-wide and system-wide number ranges. Access to the value of this kind of number range is performed exclusively via the functions. It is not possible to use placeholders, as in the case of internal number ranges. These number ranges can thus only be used in function chains (phase 3) and not in other input fields. Important note: When these functions are executed, a connection to the main database (hub) is established and closed again. Please note that this can lead to large performance losses with very frequent function calls.
System-wide Number Ranges
Administration
See section Constants (administration) for system-wide number ranges.
See section Profile values for profile-wide number ranges.