Difference between revisions of "Translations:Expressions/123/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "Sintaxe: <operando ou expressão> >= <operando ou expressão> Exemplo: '''IF("Valor Bruto" >= 2500;100;0)''' – Se o ''Valor Bruto'' for maior ou igual a ''2500'' retorna...")
 
(No difference)

Latest revision as of 19:29, 22 November 2019

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
Syntax:
  <operating or expression result> '''>=''' <operating or expression result>
Example:
  '''IF("Gross Value" >= 2500;100;0)''' - If ''Gross Value'' is greater than or equal to ''2500'' returns ''100'', otherwise returns ''0''
TranslationSintaxe:
  <operando ou expressão> >= <operando ou expressão>
Exemplo:
  '''IF("Valor Bruto" >= 2500;100;0)''' – Se o ''Valor Bruto'' for maior ou igual a ''2500'' retorna ''100'', caso contrário retorna ''0''

Sintaxe:

 <operando ou expressão> >= <operando ou expressão>

Exemplo:

 IF("Valor Bruto" >= 2500;100;0) – Se o Valor Bruto for maior ou igual a 2500 retorna 100, caso contrário retorna 0