Hi Team,
I am trying to check 4 columns of 2 datatables and if satisfied then adding one column of a datatable into output datatable.
(From a In Sumif_DT
Join b In MB52_Data_DT
On a(“Material”).toString Equals b(“ID”).tostring And a(“Plant”).toString Equals b(“Plant”) And a(“unit”) Equals b(“unit”) And CInt(a(“unrestricted”)) GreaterThanOrEqual (CInt(b(“unrestricted”)))
Select notvalidmaterial_DT.Rows.Add ({a(“Material”)})
).copytodatatable
This query is not running it is showing Greaterthanorequal is not a member of integer. Please help team it is urgent.