Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
asa_runstrom
Contributor III
Contributor III

Value from one table to another

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  
Column1Column2Result Column1Column2Result Chart A ResultChart B ResultResult
527 122 729
314 134 448
213 178 3811

 

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.

Labels (1)
  • table

2 Solutions

Accepted Solutions
marcus_sommer

It's not possible - each object is principally standalone - you will need to apply all needed calculations in each object.

- Marcus

View solution in original post

m_woolf
Master II
Master II

You might do each chart calculation in script. Then they would be available in any chart.

View solution in original post

3 Replies
marcus_sommer

It's not possible - each object is principally standalone - you will need to apply all needed calculations in each object.

- Marcus

m_woolf
Master II
Master II

You might do each chart calculation in script. Then they would be available in any chart.

asa_runstrom
Contributor III
Contributor III
Author

Thanks for your answer.