7.3.3Remove Row with this column value
This function allows users to remove all rows that have currently selected value in a particular column.
For example:
Column
|
Value
|
Result
|
TAILNUM
|
N002AA
|
Removes all rows where TAILNUM = “N002AA”
|
FLIGHTNUM
|
1046
|
Removes all rows where FLIGHTNUM = “1046”
|
FLIGHTDATE
|
03-Jan-2015 00:00:00
|
Removes all rows where FLIGHTDATE = “03-Jan-2015 00:00:00”
|
Shown below is the before and after scenario of “Remove Row with this column value” for column “Carrier” that has value = “AA”:
Before:
(2).png)
After:
(2).png)
REMOVE ROW WITH THIS COLUMN VALUE
|