Lesson9 : Not filter as expected

Hi all

I did exercise in lesson 9 part2 about filter data. I set condition like this as below;
image
But the printed message doesn’t filter out ID < 10. How wrong with it?

image

InputDataTable and OutputDataTable should be different.

Change the name of anyone and try again.

Regards,
Karthik Byggari

@shawty_n
I checked this one , yes it is not working I think it is an issue. it is working only if column contains string data like “Name”=“Jack”.
@KarthikByggari
It doesn’t matter whether we use same or different datatable variable.

1 Like

ok thank you.