I use assign for read data excel.
I want to read data(row) that column Type = Error
dt_temp as dataTable
in_dic_email.Select("[Type]=“Error”).copyToDataTable
Please guide me for solve it.
Thank you.
Please guide me for solve it.
I use assign for read data excel.
I want to read data(row) that column Type = Error
dt_temp as dataTable
in_dic_email.Select("[Type]=“Error”).copyToDataTable
Please guide me for solve it.
Thank you.
Please guide me for solve it.
Hi @Stef_99
Can you specify what are you trying to do, what is the datatype of in_dic_email
.
or try this @Stef_99
dt_temp = in_dic_email.Select("[Type]='Error'").CopyToDataTable
Regards
@vrvariable in_dic_email as dataTable
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.