Numeric Scripting
SAP Analytics Cloud numeric scripting
Provides programmatic control over measures, values, and calculations at runtime.
Using scripting, developers can format numeric outputs precisely, manipulate raw and formatted values, handle nulls and zero-suppression safely, and apply conditional logic based on numeric thresholds or measure results.
This section focuses on practical scripting patterns for numeric use cases, such as dynamic number formatting, currency and percentage handling, measure comparisons, and numeric driven interactions
Script Examples
-
Remove numeric format from all values in a table
-
Format all numeric values in a table
-
Format a numeric point chart (primary & secondary values)
-
Apply a Top & Bottom rank in the same chart
-
Take a measure description or full name from a chart and write it to a text box
-
Take a measure value from a numeric point chart and dynamically write it to a text box
-
Write all measure values from a table to the browser console
For broader context on SAC scripting concepts, see our SAP Analytics Cloud scripting resources.
