Hi Team,
I am extracting specific rows from excel based on a condition.
Excel column name is
CHANNEL
AA
AB
AC
AC
AD
In assign activity using select statement i want to fetch rows which does not have the value AC
In Select trying as CHANNEL != ‘AC’ - Not working fetching all rows
CHANNEL <> ‘AC’ - Not working fetching all rows
Need help