Overview
Thepercentage transformation multiplies a decimal value by 100 and formats it as a percentage string with the specified number of decimal places.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | number | Yes | The decimal value to convert to percentage (e.g., 0.75 becomes 75%) |
decimal | number | Yes | Number of decimal places in the output |