Open main menu

TaticView β

Changes

Expressions

263 bytes added, 14:06, 30 September 2022
no edit summary
Example:
'''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 ====
 
Returns number of occurrences (lines) for column or value.
By now this functions works only at DataMart expressions
 
Syntax:
COUNT(<expression>)
Example:
'''COUNT("Product")''' - Returns number of occurrences (lines) of products