asa_runstrom
Contributor III
2019-01-11
07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 | ||||||||
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.
1,245 Views
2 Solutions
Accepted Solutions
marcus_sommer
MVP
2019-01-11
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2019-01-11
08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might do each chart calculation in script. Then they would be available in any chart.
3 Replies
marcus_sommer
MVP
2019-01-11
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2019-01-11
08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might do each chart calculation in script. Then they would be available in any chart.
asa_runstrom
Contributor III
2019-01-14
04:28 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your answer.
1,209 Views