This is going to sound weird.
Anyone have any idea why summing a computed field in a group and then summing this summed computed field in the summary band in a datawindow results in a incorrect total? Any workarounds? It's behaving the same way in PB 7 and PB 9. Is it a problem with how my group is defined?
Example:
Detail rows are columns from SQL Server DB
Grp 1 credit column is a computed field summing debit column from detail - Grp 1 consists of ACCT and C-CTR columns
Grand Total xxxx debit is just a computed field summed detail column debit
xxxxy credit is a computed field summed of the group 1 summed computed field credit
ACCT C-CTR DEBIT CREDIT
1234 12345 12341 ______ (detail)
1234 23456 23451 ______ (detail)
1234 _____ _____ _35792 (grp 1)
...
...
...
...
TOTL _____ xxxxx xxxxxy (summary)
xxxxx for debit is correct
xxxxxy for credit is incorrect
Anyone have any idea why summing a computed field in a group and then summing this summed computed field in the summary band in a datawindow results in a incorrect total? Any workarounds? It's behaving the same way in PB 7 and PB 9. Is it a problem with how my group is defined?
Example:
Detail rows are columns from SQL Server DB
Grp 1 credit column is a computed field summing debit column from detail - Grp 1 consists of ACCT and C-CTR columns
Grand Total xxxx debit is just a computed field summed detail column debit
xxxxy credit is a computed field summed of the group 1 summed computed field credit
ACCT C-CTR DEBIT CREDIT
1234 12345 12341 ______ (detail)
1234 23456 23451 ______ (detail)
1234 _____ _____ _35792 (grp 1)
...
...
...
...
TOTL _____ xxxxx xxxxxy (summary)
xxxxx for debit is correct
xxxxxy for credit is incorrect