Reduce a Number by a Percentage
This procedure reduces a number by a percentage
Last updated
Was this helpful?
This procedure reduces a number by a percentage
This procedure reduces a number by a percentage. For example:
Number: 100
Percentage: 10%
Reduction: 100 reduced by 10% = 90
This procedure supports two different syntaxes.
the num is {value}
the percentage is {percent}
reduce the num by the percentagereduce a number by a percentage where
the num is {value}
the percentage is {percent}The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
the num
No
the percentage
No
Parameters are placeholders for data. Refer to the table below for details on each parameter in this operation. In the syntax, replace parameters with your own values.
value
The number to be reduced (integer or decimal).
100
56.2
Yes
percent
The percentage to reduce the number by (integer or decimal).
20
20.5
Yes
90
70
Last updated
Was this helpful?
Was this helpful?
the num is 100
the percentage is 10
reduce the num by the percentagereduce a number by a percentage where
the num is 100
the percentage is 30
