Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Complex Conditions

Complex Conditions

Complex Conditions support two or more simple conditions joined together using a logical operator. The following logical operators are supported:
  • and
  • or
    The syntax is: <condition1> <logical operator> <condition2>
    Example
    (${fileCount} eq 5) or (${fileCount} eq 10) – Evaluates to true if and only if the value of the variable fileCount is either 5 or 10.

0 COMMENTS

We’d like to hear from you!