Hey everyone,
I'm having trouble with my select queries. I have two queries - each with dollar values sorted by year and creditsection. I have another select query trying to add them together, but instead it adds every value to every value rather than adding queryA's 2004's credit section to queryB's 2004's credit section, etc.
The third select query has the Year and CreditSection as groupby, the two dollar amounts as Sum, and the addition of them as Expression... the only relation I put between the queries is Year-Year. If I put CreditSection-CreditSection, it only shows the CreditSection that appears in both (the years will always be the same in both queries).
If you have any suggestions, I'd really appreciate any help.
Thanks in advance,
Ryan
I'm having trouble with my select queries. I have two queries - each with dollar values sorted by year and creditsection. I have another select query trying to add them together, but instead it adds every value to every value rather than adding queryA's 2004's credit section to queryB's 2004's credit section, etc.
The third select query has the Year and CreditSection as groupby, the two dollar amounts as Sum, and the addition of them as Expression... the only relation I put between the queries is Year-Year. If I put CreditSection-CreditSection, it only shows the CreditSection that appears in both (the years will always be the same in both queries).
If you have any suggestions, I'd really appreciate any help.
Thanks in advance,
Ryan