Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have several tables with calculations and I want to send the result from them to another table.
How can I do that?
Chart A | Chart B | Chart C | ||||||||
Column1 | Column2 | Result | Column1 | Column2 | Result | Chart A Result | Chart B Result | Result | ||
5 | 2 | 7 | 1 | 2 | 2 | 7 | 2 | 9 | ||
3 | 1 | 4 | 1 | 3 | 4 | 4 | 4 | 8 | ||
2 | 1 | 3 | 1 | 7 | 8 | 3 | 8 | 11 |
Or is it possible to get the calculations from chart A och chart B to Chart C. Because I only want to have the calculation in one place.
It's not possible - each object is principally standalone - you will need to apply all needed calculations in each object.
- Marcus
You might do each chart calculation in script. Then they would be available in any chart.
It's not possible - each object is principally standalone - you will need to apply all needed calculations in each object.
- Marcus
You might do each chart calculation in script. Then they would be available in any chart.
Thanks for your answer.