Hey guys I have a problem but first, let me issue a few bits of background information to help you understand my report a little better.
A preamble to my problem:
I have two groups: G1)Branch G2) LoanOfficer. Both of these were created using Database fields and are not formula fields. Loan officers are associated with Loans and Loans are associated with branches based on their LoanNumber. An example LoanNumber would be MUR120002329. To "join" the loannumber to a particular branch, in the Select Record Expert, I have written:
Left({LoanSummary.LoanNumber}, 3) = {org_chart.org_code}
org_code is a three letter indicator for the branch.
In the report I am working on it has been the norm that branches are separate entitities and will display information on the loans each loan officer is associated with. For example, Murfreesboro loans stay with Murfressboro and Brentwood loans stay with Brentwood. But not that has changed and I have been given instructions to merge loans from on branch with another so that MUR loans appear under Brentwood Branch. Question: Is there anyway to spoof a join so that:
(psuedo code) if Left({LoanSummary.LoanNumber}, 3) = "MUR" then "BRE" so I can see loan officers and loans from MUR under the Brentwood branch? Thanks.
A preamble to my problem:
I have two groups: G1)Branch G2) LoanOfficer. Both of these were created using Database fields and are not formula fields. Loan officers are associated with Loans and Loans are associated with branches based on their LoanNumber. An example LoanNumber would be MUR120002329. To "join" the loannumber to a particular branch, in the Select Record Expert, I have written:
Left({LoanSummary.LoanNumber}, 3) = {org_chart.org_code}
org_code is a three letter indicator for the branch.
In the report I am working on it has been the norm that branches are separate entitities and will display information on the loans each loan officer is associated with. For example, Murfreesboro loans stay with Murfressboro and Brentwood loans stay with Brentwood. But not that has changed and I have been given instructions to merge loans from on branch with another so that MUR loans appear under Brentwood Branch. Question: Is there anyway to spoof a join so that:
(psuedo code) if Left({LoanSummary.LoanNumber}, 3) = "MUR" then "BRE" so I can see loan officers and loans from MUR under the Brentwood branch? Thanks.