Lesson 9-2 "Column Name" invalid

Hey Guys,

Currently I have a Filter Data Table Error, and I can’t find it why :frowning:.

Can you guys spot the error?

Sorry for the time waste!!

Pic%203 Pic%201|690x238

1 Like

@siaochuenchong

Have you checked Add Headers option in Read Range activity or not ?

If not then check that option and then try once.

1 Like

@siaochuenchong

There is some space after ID in Filter DataTable activity and delete that space and try it.

1 Like

Hi Lakshman,

I have tried both ways, but it seems the same problem occurs.

2 Likes

Whether you have checked, by giving the output columns also???..

@siaochuenchong

What error are you getting here ?

Try with this select query.

       consolidatedDT = consolidatedDT.Select("ID > '50'").CopyToDataTable 

And then use Write Range activity and pass this consolidatedDT to write into Excel file.

1 Like