Open main menu

TaticView β

Changes

Expressions

319 bytes added, 14:42, 30 September 2022
no edit summary
Example:
'''COUNT("Product")''' - Returns number of occurrences (lines) of products
 
==== COUNT_DISTINCT function ====
 
Returns number of unique occurrences (lines) for column or value.
 
By now this functions works only at Datasource expressions
 
Syntax:
COUNT_DISTINCT(<expression>)
Example:
'''COUNT_DISTINCT("Product")''' - Returns number of unique (different) occurrences (lines) of products
==== IF ELSE function (If .... Otherwise ...) ==== <!--T:153-->