Table of Contents

Search

  1. Preface
  2. XML Concepts
  3. Using XML with PowerCenter
  4. Working with XML Sources
  5. Using the XML Editor
  6. Working with XML Targets
  7. XML Source Qualifier Transformation
  8. Midstream XML Transformations
  9. XML Datatype Reference
  10. XPath Query Functions Reference

XML Guide

XML Guide

false

false

Always returns FALSE. Use this function to set a Boolean to FALSE.

Syntax

false ()
The false function does not accept arguments.

Return Value

FALSE.

Example

Combine the false function with other functions to force a FALSE result.
The following table includes expressions that return FALSE:
EXPRESSION
RETURN VALUE
( salary ) = false()
FALSE
A/B = false ()
FALSE
starts-with ( name, 'T' ) = false()
FALSE

0 COMMENTS

We’d like to hear from you!