Open main menu

TaticView β

Changes

Expressions/pt-br

26 bytes added, 19:34, 22 November 2019
Created page with "Sintaxe: <expressão> && <expressão> Exemplos: '''IF(("Preço" > 0) && ("Vendedor" == 'André Moraes');450;0)''' – Se o ''Preço'' for maior que ''0'' '''E''' o ''Vend..."
Executes the logical operation ''AND'' between two Boolean values. Both values must return true so that the result of the operation is true. Represented by the ''&&'' operator.
SyntaxSintaxe: <expressionexpressão> && <expressionexpressão>ExamplesExemplos: '''IF(("PricePreço" > 0) && ("SellerVendedor" == 'John SnowAndré Moraes');450;0)''' - If – Se o ''PricePreço'' is greater than for maior que ''0'' '''ANDE''' o ''SellerVendedor'' is equal to for igual a ''John SnowAndré Moraes'', returns retorna ''450'' if not returns , se não retorna ''0'' '''IF(("CityCidade" != "#null") && ("ProductProduto" != 'LasagnaLasanha');1;0)– Se a ''Cidade' - If 'for diferente de nula 'City'' is non-null E'''ANDo ''Produto' 'for diferente de 'Product'Lasanha' is different from ''Lasagna'' returns retorna ''1'' if it does not return , se não retorna ''0''