Open main menu

TaticView β

Changes

Expressions

11 bytes added, 14:09, 14 June 2013
If then else
data type, provided that both are from the same type. Useful for logic tests where two different executions expressions are
needed.
'''Examples''': IF("Branch"=='SOUTH';'South';'Other Branch'), IF("Profit"==0;0;Profit+Taxes);
==== Log ====