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
Last - Find last row in selected port in Informatica
Forget Code
Informatica
Last - Find last row in selected port
Last function is used to find the last row of the selected port, optionally a filter condition can be applied.
Last is a aggregate function and can nest only one other aggregate function.
Syntax
LAST( value [, filter_condition ] )
Argument
Required/Optional
Description
value
Required
Any datatype except Binary. Passes the values for which you want to return the last row. You can enter any valid transformation expression.
filter_condition
Optional
Limits the rows in the search. The filter condition must be a numeric value or evaluate to TRUE, FALSE, or NULL. You can enter any valid transformation
expression.
When last row has null value, it returns previous value. If all the values are null, last function returns NULL output.
Example : Find the last employee who's salary is above 5000
LAST(Employee,salary >5000)
Employee
Salary
Shawn
4500
Mark
6000
Bill
2000
Flora
5500
Eliza
6000
Output : Eliza
Tags for Last - Find last row in selected port in Informatica
last function in infa
find the last row in informatica
last value in infa
informatica aggregate last row
informatica how to aggregate date
informatica how to check if the row is the last
last function returns type in informatica
last in informatica
last rows value in expression in informatica
find last record in informatica
Contribute to Forget Code, help others.
Add snippet