format_format_percent
Convert numeric values to percentage format by multiplying ratios under 1 by 100 and adding the percent symbol. Specify decimal precision and optional sign inclusion.
Instructions
[format] Format as percent: 0.87 → '87.0%'. Ratios (|v|<1) multiplied by 100.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| decimals | No | ||
| include_sign | No |