Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
IIF - Conditional Statement in Informatica
Forget Code
Informatica
IIF - Conditional Statement
IIF is used to check given conditional statement and return true or false.
Note : The extra 'I' in the IIF clause
IIF(condition, true statement, [false statment])
When the false statement is provided, the function act as If Else condition and if the argument is omitted it acts as If condition.
Example : Provide bonus of 100USD to employee if the salary is greater than 5000 USD
IIF(Salary > 5000, 100, 0)
Salary
Bonus
5000
0
5500
100
2500
0
Tags for IIF - Conditional Statement in Informatica
if else
how to use a if condition in informatica
infa conditional check
if else in informatica
iif else in informatica
informatica iif condition
informatica if statement
iif informatica example
iif function in informatica
informatica iif example
iif statement informatica
IIF syntax in informatica
Contribute to Forget Code, help others.
Add snippet