0

In custom text facet I want to check value of previous row's cell.

I tried rows[row.index - 1] with no result.

pnuts
  • 58,317
  • 11
  • 87
  • 139
skfd
  • 2,528
  • 1
  • 19
  • 29

1 Answers1

1

google refine does not allow you to get the previous row directly. You may wants to have a look at the fill down option but not sure it will help with your project: http://googlerefine.blogspot.ca/2012/03/fill-down-right-and-secure-way.html

magdmartin
  • 1,712
  • 3
  • 20
  • 43