CrystalLion
Programmer
The Package contains View_A and View_B. View_A contains Table_A and View_B contains Table_B. the tables are properly linked.
The tables have common data objects like:
View_A,Table_A View_B, Table_B
Loan_ID Loan_Number
Principal_Amt Prin_Amt
I want to compare Principal_Amt to Prin_Amt for each Loan_ID and total and count the Principal_Amt if the amounts don't match.
The summary report in Report Studio should show:
1025 loans - No Variance Total[Principal_Amt] = $500,000
25 loans - Variance Total[Principal_Amt] = $ 67,000
1050 lonas - TOTAL Total[Principal_Amt] = $567,000
I cannot get the count of Loans to aggregate properly unless I include the Loan_ID.
Any help is GREATLY appreciated.
The tables have common data objects like:
View_A,Table_A View_B, Table_B
Loan_ID Loan_Number
Principal_Amt Prin_Amt
I want to compare Principal_Amt to Prin_Amt for each Loan_ID and total and count the Principal_Amt if the amounts don't match.
The summary report in Report Studio should show:
1025 loans - No Variance Total[Principal_Amt] = $500,000
25 loans - Variance Total[Principal_Amt] = $ 67,000
1050 lonas - TOTAL Total[Principal_Amt] = $567,000
I cannot get the count of Loans to aggregate properly unless I include the Loan_ID.
Any help is GREATLY appreciated.