Hi
I want to filter and get the record based Employee ID.
Any suggestion Please?
Kind regards
-Vincent
Hi
I want to filter and get the record based Employee ID.
Any suggestion Please?
Kind regards
-Vincent
You Can use filter datatable or select method!
Dt.Select(â[Employee ID] =âyoufilterempIdââ).CopyToDataTable
Refer the link below.
Regards
Hi, the Employee ID is a dynamic data, it Always change
Read range the Dt
For Each row in Dt
Assignâ> FilterDt= Dt.Select(â[Employee ID]='â+currentRow(âEmployee IDâ).toString+â'â).Copy to Datatable
With in the Body Write Range With the Path âYourpathâ+currentRow(âEmployee IDâ).toString+â.xlsxâ
Datatableâ>FilterDt
Regards
Hi @pravin_calvin its not working sir,
Please check sir
TESTFILTER.zip (17.2 KB)
I need clarification, Do you need each employee id as each excel file right?
Regards
I need all the data of each employee Number,
if Employee ID has Duplicate, I need to get all the data Under 1 Employee ID.
EX: we filter Employee ID â168076â
it will show 2 Records, then i need to Copy all those data under â168076â.
I worked Sir @pravin_calvin
thank you for your Help
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.