I also noticed a problem with recursive referencing. You currently cannot reference to a value that is calculated with another reference. It only shows the value of the cell that is calculated inside the referenced table and not the real value of the full calculation.
Example:
Table 1
A1 – 1
Table 2
A1 – [supsystic-tables-cell id=1 row=1 col=A] –> [1]
A2 – =A1 + 2 –> [3]
Table 3
A1 – [supsystic-tables-cell id=2 row=2 col=A] –> [2]
Thank you very much. This is a great feature. Is there a way to use that value directly in a formula? Or can I only use it if I place the shortcode in a cell and reference that cell?
Best regards,
Henry