Open main menu

TaticView β

Changes

Expressions

457 bytes added, 14:18, 28 July 2017
no edit summary
'''Examples''': SQRT('36').
==== Like ====
Returns true if the desired content is found in the list and false if the content is not found.
Syntax: ''LIKE(<data_set>;<pattern>)''. Needs two parameters, the first is the set of data that will be queried. The second is the term one wishes to find, in the data set. Returns true or false.
'''Examples''': LIKE("Product";'%ghe%'). Returns true if in the ''Product'' dataset there is some containing ''gue''. Otherwise, returns false.
=== Date Functions === <!--T:46-->