A datatable, DT1, is shown in the following exhibit:
The Filter Wizard of a Filter Data Table activity is shown below:
What is the result after the activity has executed?
A datatable, DT1, is shown in the following exhibit:
The Filter Wizard of a Filter Data Table activity is shown below:
What is the result after the activity has executed?
The Filter Wizard is set to remove rows where the ID is 4 or the Name contains 'Patricia' or the Department is 'Account'. This means that any row meeting these conditions will be removed from the datatable. In the given datatable, the rows with ID 1 (James), ID 3 (Patricia), and ID 4 (Robert) meet these conditions and will be removed. As a result, DT1 will have fewer rows, specifically the row with ID 2 (Mary) will remain. Therefore, DT1 will indeed have fewer rows after executing the activity.
What is the output after running the activity? If we start from the question, the result after running will have fewer rows. So B is the correct answer!
B. DT1 will have fewer rows. One row.
ID 1, 3, 4 will meet the conditions and only row with ID 2 will be left. so answer is B
Ans : B
B baby, there will be only one row left
B is correct
Warning ST-NMG-009 Prefix DataTable Variables Variable DT1 doesn't have DataTable prefix. FilterDataTable.xaml Recommendation DataTable Variable should start with a dt_ prefix. [Learn more.](https://docs.uipath.com/studio/lang-en/v2023.4/docs/st-nmg-009) After Run is Studio the output will be: ID,Name,Department 2,Mary,Science Not sure betwen A or B ???
Wrong answer
ID = 4 Or Name = Patricia Or Department = Account no condition is met Correct Answer "A"
ID 1, 3, 4 will meet the conditions and only row with ID 2 will be left. so answer is B