-
Creates a
topcount
transformation item.Declaration
Swift
open class func count(amount: Int, value: DataValue) throws -> TopTransform
Parameters
amount
The amount to be applied.
value
The value by which the transformation will compare the instances in the entity set.
Return Value
The TopTransform item.
-
Creates a
toppercent
transformation item.Declaration
Swift
open class func percent(amount: Double, value: DataValue) throws -> TopTransform
Parameters
amount
The amount to be applied.
value
The value by which the transformation will compare the instances in the entity set.
Return Value
The TopTransform item.
-
Creates a
topsum
transformation item.Declaration
Swift
open class func sum(_ amount: Double, as value: DataValue) throws -> TopTransform
Parameters
amount
The amount to be applied.
value
The value by which the transformation will compare the instances in the entity set.
Return Value
The TopTransform item.