tabulation between tables

Discussions about tabulating data in the designer or in batch mode
Post Reply
Maria

tabulation between tables

Post by Maria »

Hello everyone:
As I can use data from one table to another table?
For example, I have in the table 1 the total of people who attend college by age, and in table2 the sum of years of study by the same age range.
I need the last row of table 1 calculated by dividing the total of Table 1 between totals table2 ...
TABLE1(0,0) = TABLE1(0,1) / TABLE2 (0,1) ..,, is that possible?
Thank you very much!
savy
Posts: 163
Joined: December 27th, 2012, 1:36 pm

Re: tabulation between tables

Post by savy »

Yes. As long as the other tables you are referencing are already declared before the table you are working with.


Last bumped by Anonymous on June 26th, 2014, 8:52 am.
Post Reply