Hi ,
This is my output file.
Status_16092022_08_31 (1).xlsx (10.7 KB)
From this file i need to filter last column if the Final SR status is “open” then those rows i need to copy to another excel file.
Below is the attachment after filtering the above file
Status_16092022_08_31 (1).xlsx (10.4 KB)
Thanks
Likitha
Gokul001
(Gokul Balaji)
September 23, 2022, 6:05am
2
HI @vinjam_likitha
You can try with Filter Data Table activity
Regards
Gokul
1 Like
Gokul001
(Gokul Balaji)
September 23, 2022, 6:10am
3
Hi @vinjam_likitha
Check out the XAML file
FilterStatus.xaml (6.3 KB)
Output
Status_16092022_08_31 (1).xlsx (11.8 KB)
Regards
Gokul
2 Likes
johnfelix
(John Felix Yesuraj)
September 23, 2022, 6:11am
4
Hi @vinjam_likitha
Try below steps
Read Input Excel file and save it in dt_Input
Filter the data table using column ‘Final SR status’
save the filtered rows to dt_output
write the output data table to Ouput Excel file
Filter_DataTable.xaml (7.8 KB)
Thanks
John
Hi,
i need to remove the status column “open” in first excel file after copying them to second output file.
Thanks
Likitha
Gokul001
(Gokul Balaji)
September 23, 2022, 8:56am
7
Can you create a new topic for this. Other user may confused @vinjam_likitha
Regards
Gokul
system
(system)
Closed
September 26, 2022, 8:57am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.