Hi Everybody,
Please find the screen shot. you can see the condition i have written, its not working so do i need to write any select queries ? for which ever row the condition is full filled should be copied to another datable and excel.
Please help me out…
i just found in uipath site one select query, but i am not getting how to modify it for the columns and write the colndition for IF block
(From p in datatable.Select()
where Not p(“Name”).ToString.Split({" "},StringSplitOptions.RemoveEmptyEntries).Any(Function(d) p(“Company”).ToString.Contains(d))
Select p).ToArray.CopyToDataTable()
i feel its a linq query.
So similarly can we change the above code for the columns
i need immediate help.
Thank you,
Sonika