Sivapsg / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Add Modulo operation in GEL #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to facet on even/odd rows using an expression of

(row.index % 2 == 0)
or
(row.index modulo 2 == 0)

Original issue reported on code.google.com by thadguidry on 22 Jun 2010 at 5:16

GoogleCodeExporter commented 9 years ago
There is already "mod".

Original comment by dfhu...@gmail.com on 22 Jun 2010 at 8:45