CumulativeByRank()
Returns the cumulated value of the specified numeric expression for each entity ranked by the same expression.
Definition
Returns the cumulated value of the specified numeric expression for each entity ranked by specified ranking expression.
Syntax
CumulativeByRank(double numericExpression, string sortOption)
CumulativeByRank(double numericExpression, double rankExpression, string sortOption)
Example
CumulativeByRank("lost oil" in "m3", "Descending")
CumulativeByRank("lost oil" in "m3", "produced oil per time increment" in "m3", "Descending")