Difference between revisions of "Array.filteroncolumn()"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | |6 | + | | 6 |
|- | |- | ||
− | |7 | + | | 7 |
|- | |- | ||
− | |8 | + | | 8 |
|- | |- | ||
− | |9 | + | | 9 |
|- | |- | ||
− | |10 | + | | 10 |
} | } | ||
Line 34: | Line 34: | ||
|10 ||20 | |10 ||20 | ||
|} | |} | ||
− | + | ||
− | + | ==See Also== | |
− | + | *[[Array.filteronrow() |filteronrow ]] | |
− | + | *[[Array.fillwith() | fillwith]] | |
− | + | *[[Array.aggregate() | aggregate]] | |
− |
Revision as of 05:18, 1 April 2020
Array.filteroncolumn(Condition, ExtractColumns, FilterOnColumn)
- ExtractColumns are the columns that are extracted, and filters are applied on FilterOnColumn where condition is satisfied.
1..10.filteroncolumn(">5")
6 | ||||||||||||
7 | ||||||||||||
8 | ||||||||||||
9 | ||||||||||||
10
} [1..10,11..20].filteronrow(">4")
See Also |