Hi,
I have two forms with two views. That needs to access data from one another.
I have a view that has been categorized and computes the total value per data. My problem now is, on a separate view, I need to extract the subtotals from view #1.
For Example;
On View #1, I have columns named Country (C1), State/City (SC) and Population (P1). So I have multiple State/City that are categorized by Country.
On View #2, I have columns named Country (C2) (different field name from View #1) and Population 2009 (P2).
Now I need to get the total from View #1 per Country. That needs to appear side by side on the same level as View #2 and do subtraction on the 3rd column. I can't seem to rack my brain how to do it. Since I'm using two different forms.
Sample View:
View #1 (taken from Form #1)
Country State P1
Japan
Tokyo 100
Kyoto 150 Yokohama 200
450 (total computed by Lotus Notes)
Philippines Manila 100 Cebu 200
300 (total computed by Lotus Notes)
View #2 (taken from Form #2, except Population 2010 (P1))
Country P2 P1
Japan 200 450
Philippines 200 300
Hope you guys can help me. I'm a newbie in this. Thanks in advance!