Add a decimal variable

A decimal number is a value consisting only of digits (0 to 9) and a decimal point. The number of display decimal places is configurable.

Note: In Architect, the decimal data type supports up to 28 total digits. Therefore, the minimum value allowed in a decimal is -9999999999999999999999999999 and the maximum value is +9999999999999999999999999999.

Add a decimal variable to a task sequence

In a task sequence, you can add a decimal variable to an Update Data data action. For example, 

  1. From the Toolbox, expand the Data category and drag an Update Data action to the desired location in the task.
  2. On the Update Data design form, in the Name field, add a meaningful name to describe the item.
  3. Click next to Update Statements and select Decimal.
  4. In the Variable Name field, type the label to identify the variable on tasks.
  5. In the Value To Assign field, do one of the following:
    • To set the value from literal mode, click the + or – buttons to select the desired value.
    • To set the value using an expression, click the Expression modes button , and do one of the following:
      • Select Expression and add the expression inline.
      • Select Expression and click to open the large expression editor and build your expression.
  6. (Optional) To add another decimal variable, click next to Update Statements