Changes

Line 5: Line 5:  
==Array.filteroncolumn(Condition, ExtractColumns, FilterOnColumn)==
 
==Array.filteroncolumn(Condition, ExtractColumns, FilterOnColumn)==
 
*ExtractColumns are the columns that are extracted, and filters are applied on FilterOnColumn where condition is satisfied.
 
*ExtractColumns are the columns that are extracted, and filters are applied on FilterOnColumn where condition is satisfied.
1..10.filteroncolumn(">5")
+
*1..10.filteroncolumn(">5")
 
{| class="wikitable"
 
{| class="wikitable"
|-
   
| 6   
 
| 6   
 
|-
 
|-
Line 17: Line 16:  
|-
 
|-
 
| 10
 
| 10
}
+
|}
   −
[1..10,11..20].filteronrow(">4")
+
*[1..10,11..20].filteronrow(">4")
 
{| class="wikitable"
 
{| class="wikitable"
|-
   
| 5 || 15   
 
| 5 || 15   
 
|-
 
|-
writer
6,694

edits