11,856
edits
Changes
Importing a new version from external source
Syntax:
BETWEEN(<expression to be tested>; <initial limit>; <end limit>)
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
BETWEEN(<expression to be tested>; <initial limit>; <end limit>)
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