Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am using tmap,to filter the data in expression filter i am using
row1.ID ==110873 and click on test it is giving error then i tried another filter row1.ID ==110873&& row1.FName =="Grover" and click on test it s also giving error.
row1.ID == 110873 && row1.FName.equals("Grover")