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

From TaticView
Jump to: navigation, search
(Created page with "Sintaxe: BETWEEN(<expressão a ser testada>; <limite inicial>; <limite final>) Exemplo: '''BETWEEN("Data Emissão"; '01/01/2019'; '31/12/2019') – Retorna true se a ''Dat...")
 
 
Line 2: Line 2:
 
   BETWEEN(<expressão a ser testada>; <limite inicial>; <limite final>)
 
   BETWEEN(<expressão a ser testada>; <limite inicial>; <limite final>)
 
Exemplo:
 
Exemplo:
   '''BETWEEN("Data Emissão"; '01/01/2019'; '31/12/2019') – Retorna true se a ''Data Emissão'' estiver entre ''01/01/2019'' e ''31/12/2019''. Caso contrário retorna false
+
   '''BETWEEN("Data Emissão"; '01/01/2019'; '31/12/2019')''' – Retorna true se a ''Data Emissão'' estiver entre ''01/01/2019'' e ''31/12/2019''. Caso contrário retorna false

Latest revision as of 19:46, 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:
  BETWEEN(<expression to be tested>; <initial limit>; <end limit>)
Example:
  '''BETWEEN("Date Issued"; '01/01/2019'; '31/12/2019')''' - Returns true if ''Date Issued'' is between ''01/01/2019'' and ''12/31/2019''. Otherwise returns false
TranslationSintaxe:
  BETWEEN(<expressão a ser testada>; <limite inicial>; <limite final>)
Exemplo:
  '''BETWEEN("Data Emissão"; '01/01/2019'; '31/12/2019')''' – Retorna true se a ''Data Emissão'' estiver entre ''01/01/2019'' e ''31/12/2019''. Caso contrário retorna false

Sintaxe:

 BETWEEN(<expressão a ser testada>; <limite inicial>; <limite final>)

Exemplo:

 BETWEEN("Data Emissão"; '01/01/2019'; '31/12/2019') – Retorna true se a Data Emissão estiver entre 01/01/2019 e 31/12/2019. Caso contrário retorna false