|
Setting the Numbering Format for Analyses, Failure Modes, and Unwanted Situations
To Set the Numbering Format for Analyses
1. From the Site window, select the Strategy Development view, Settings tab and then the Strategy Development tab. Select the Strategy development settings node in the tree.Tip: You can also select the Administration menu, Strategy Development Settings, and then Strategy Development. The Strategy Development Management Settings dialog appears.
2.
3. Select the Options tab.
For example, a format that says “%.6u” would generate six-digit numbers padded with zeros: 001234.
• % indicates the start of the number definition.
• .6 indicates that the numbers should have six digits. Numbers with less than six digits will be padded with zeros.
• u indicates that the number is an unsigned integer (that is, it cannot be a negative number).