Hello,
i had used select method
dt2.select("columnvalue= ‘#’ ")
my aim is for each selected item get the values of all the rows and put them in a datatable
anybody have idea
Hello,
i had used select method
dt2.select("columnvalue= ‘#’ ")
my aim is for each selected item get the values of all the rows and put them in a datatable
anybody have idea
Hi @abdel,
The below one will return as datatable.
dt2.select("columnvalue= ‘#’ ").CopyToDataTable()
Regards
Balamurugan
thank you,
i need to loop throught the selected item and write their value, any idea
Hi @abdel,
1. dt2.select("columnvalue= ‘#’ ") to RowArray
2.For Each activity in RowArray.
3.Write the values.
Regards
Balamurugan
Hi balupad14,
can you be more specefic:
i had used
Hi @abdel,
Here I have attached the source for you.
File : Data Table.zip (2.7 KB)
Regards
Balamruugan
HI @abdel,
It seems to excepected the column index value . May try to give 2 . But it strange.
I tried it .
Regards
Balamurugan