Numeric

Measuring Distribution Inequality in SAP Analytics Cloud Using the Gini Coefficient and ResultSet Scripting

This article explains how to calculate the Gini Coefficient in SAP Analytics Cloud using table ResultSet scripting. The script retrieves measure values from a table, sorts them, and applies the Gini formula to determine how evenly performance is distributed across dimension members. The result provides a powerful statistical indicator of value concentration or inequality that […]

Measuring Distribution Inequality in SAP Analytics Cloud Using the Gini Coefficient and ResultSet Scripting Read More »

Detect 80/20 Value Concentration in SAP Analytics Cloud Using Pareto Analysis

This article demonstrates how to implement Pareto (80/20) analysis in SAP Analytics Cloud using table ResultSet scripting. The script retrieves values from a table, sorts members by their contribution, and calculates the cumulative percentage of the total value. It then identifies how many members generate approximately 80% of the total, providing a powerful insight into

Detect 80/20 Value Concentration in SAP Analytics Cloud Using Pareto Analysis Read More »

Scroll to Top