Hi I have a datatable select issue. My syntax is like this:
logdt =logdt.select(“[Robot Start Date] = '”+thisbatchtime.tostring+“’ and [Completion Date] not like ‘Exception’”).copytodatatable
I keep getting source contains no datarow, but there should be.
And this only happens after i added the part after “and…”