Open main menu

TaticView β

Changes

Expressions

104 bytes added, 02:26, 5 October 2022
Marked this version for translation
'''BETWEEN("Date Issued"; '01/01/2019'; '31/12/2019')''' - Returns true if ''Date Issued'' is between ''01/01/2019'' and ''12/31/2019''. Otherwise returns false
==== COUNT function ====<!--T:229-->
<!--T:230-->
Returns number of occurrences (lines) for column or value.
<!--T:231-->
By now this functions works only at Datasource expressions
<!--T:232-->
Syntax:
COUNT(<expression>)
'''COUNT("Product")''' - Returns number of occurrences (lines) of products
==== COUNT_DISTINCT function ====<!--T:233-->
<!--T:234-->
Returns number of unique occurrences (lines) for column or value.
<!--T:235-->
By now this functions works only at Datasource expressions
<!--T:236-->
Syntax:
COUNT_DISTINCT(<expression>)