Why is the amount of one record not being added up in SUM AMOUNT (an object in universe) whenever that record has the same dimensions and measure as another record? Such record is really not a duplicate. It just happens to have the same dimensions and measure (AMOUNT).
For example,
YEAR ACCOUNT AMOUNT
2008 LMNO 200.00
2009 ABCD 100.00
2010 WXYZ 150.00
2010 WXYZ 150.00
The result I get is:
YEAR ACCOUNT SUM AMOUNT (universe object)
2008 LMNO 200.00
2009 ABCD 100.00
2010 WXYZ 150.00
My expected result is:
YEAR ACCOUNT SUM AMOUNT (universe object)
2008 LMNO 200.00
2009 ABCD 100.00
2010 WXYZ 300.00
What is causing the error? What should I do to get the expected result?
Thanks in advance!
ANIVID (BOB member since 2009-09-12)