11,856
edits
Changes
Importing a new version from external source
Syntax:
<operating or expression result> '''!=''' <operating or expression result>
Example:
'''IF("Product" != 'Lasagna';0;20)''' - If the ''Product'' is different from ''Lasagna'', return the value ''0''. Otherwise return the value ''20''
<operating or expression result> '''!=''' <operating or expression result>
Example:
'''IF("Product" != 'Lasagna';0;20)''' - If the ''Product'' is different from ''Lasagna'', return the value ''0''. Otherwise return the value ''20''