Hi
I have to filter the data>120 from excel. I have used attached logic but it gives following error as the source contains no data row.
Dt. AsEnumerable. Where(function(x) cint(“column name”)) >120). CopyToDatable. Rows. Count.
Please help on this. Hw to resolve this issue.if the data count is 0 I have to print 0.
Thanks in advance