ruleJS calculations across different tables

Hi there,

I’m wondering if it is possible to make calculations using ruleJS (according to http://handsontable.github.io/handsontable-ruleJS/) across different tables? And if yes, how this could be realized?

One could think of something as =$TABLE1[‘A2’]+$TABLE2[‘A3’];

Best,
Chris

Hi @cs1
Please switch to formula plugin via Handsontable version 1.7.0 (or above) as now it is a proper formula calculations source.

Currently we do not offer multi-table formulas.
If you do not have a lot of cells to fill with the following formula you could use a workaround with instance.getDataAtCell() referring to the other instance’s data. If you could create a draft in the JSFiddle I’d be happy to help.