Documentation Index

Fetch the complete documentation index at: https://help.ila.cegid.com/llms.txt

Use this file to discover all available pages before exploring further.

Explore as funcionalidades disponíveis para aproveitar todo o potencial da nova plataforma de ajuda!

IsTrueOrNull(Parâmetro1)

Prev Next
  • PT

  • ES

  • AO

  • CV

  • MZ

  • ST

  • GW

  • Professional

  • Executive

  • Public Sector

  • Omnia

  • Evolution


Esta função determina se o parâmetro é nulo ou contém um valor verdadeiro.


Exemplos

Exemplo 1: IsTrueOrNull(1=0)

Devolve 'Falso', pois 1 não é igual a 0.

Exemplo 2: IsTrueOrNull(1=1)

Devolve 'Verdadeiro', pois 1 é igual a 1.