Changes

Jump to: navigation, search

Translations:Expressions/134/en

418 bytes added, 19:07, 22 November 2019
Importing a new version from external source
Syntax:
<expression> && <expression>
Examples:
'''IF(("Price" > 0) && ("Seller" == 'John Snow');450;0)''' - If ''Price'' is greater than ''0'' '''AND''' ''Seller'' is equal to ''John Snow'', returns ''450'' if not returns ''0''

'''IF(("City" != "#null") && ("Product" != 'Lasagna');1;0)''' - If ''City'' is non-null '''AND''' ''Product'' is different from ''Lasagna'' returns ''1'' if it does not return ''0''
11,677
edits

Navigation menu