Hi all,
Still fairly new to Designer, I have a fairly hefty database (several hundreds of thousands of unique loans) of a portfolio of assets that updates monthly, and I'm trying to build a summary entirely with in-DB tools. My issue is this:
- I have a created field "pct_orig" that takes a monthly snapshot of current_loan_balance / original_loan_balance
- I have a created field "previous_loan_balance" that references the previous month's current balance
- I'm creating a summary using Summarize In-DB that groups my portfolio by loan_type, orig_date, orig_credit_score, loan_status and report_dt and then applies a sum of previous_loan_balance as an additional column
- I know I can take an average when building a Summarize In-DB table, but I want my pct_orig field to be weighted by previous_loan_balance rather than a straight average. Is this possible?
Thanks for the help!
-Matt