Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Select Sort, LoanNumber, "LendersInspection", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from LoanDiscountFee_qry
UNION Select Sort, LoanNumber, "LoanOriginationFee", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from LoanOriginationFee_qry
order by sort ;
Select [COLOR=red] 1 as [/color] Sort, LoanNumber, "LendersInspection", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from LoanDiscountFee_qry
UNION Select [COLOR=red] 2 as [/color] Sort, LoanNumber, "LoanOriginationFee", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from LoanOriginationFee_qry
order by sort ;
SELECT 1 AS Sort, x4b.LoanNumber, "LoanDiscountFee" AS LoanDiscountFee, x4b.LoanDiscountFeeBuyerCharge AS BuyerCharge, x4b.LoanDiscountFeeSellerCharge AS SellerCharge, x4b.LoanDiscountFeePOCCharge AS POCCharge, x4b.LoanDiscountFeePOCPaidBy AS POCPaidBy, x4b.LoanDiscountFeeIsAPR AS IsAPR, x4b.LoanDiscountFeeFeeFamily AS FeeFamily
FROM Testtable1;
SELECT 2 AS Sort, x4b.LoanNumber, "LoanDiscountFee" AS LoanDiscountFee, x4b.LoanDiscountFeeBuyerCharge AS BuyerCharge, x4b.LoanDiscountFeeSellerCharge AS SellerCharge, x4b.LoanDiscountFeePOCCharge AS POCCharge, x4b.LoanDiscountFeePOCPaidBy AS POCPaidBy, x4b.LoanDiscountFeeIsAPR AS IsAPR, x4b.LoanDiscountFeeFeeFamily AS FeeFamily
FROM Testtable2;
SELECT 3 AS Sort, x4b.LoanNumber, "LoanDiscountFee" AS LoanDiscountFee, x4b.LoanDiscountFeeBuyerCharge AS BuyerCharge, x4b.LoanDiscountFeeSellerCharge AS SellerCharge, x4b.LoanDiscountFeePOCCharge AS POCCharge, x4b.LoanDiscountFeePOCPaidBy AS POCPaidBy, x4b.LoanDiscountFeeIsAPR AS IsAPR, x4b.LoanDiscountFeeFeeFamily AS FeeFamily
FROM Testtable3;
Select Sort, LoanNumber, "LendersInspection", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from testtable1
UNION
Select Sort, LoanNumber, "LendersInspection", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from testtable2
UNION
Select Sort, LoanNumber, "LoanOriginationFee", BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from testtable3
Select LoanNumber, "LendersInspection" As TransactionName, BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from LoanDiscountFee_qry
UNION LoanNumber, "LoanOriginationFee" as TransactionName, BuyerCharge, SellerCharge, POCCharge, POCPaidBy, IsAPR, FeeFamily from LoanOriginationFee_qry
SELECT 1 AS Sort, x4b.LoanNumber, "OurOriginationChargeFee" AS OurOriginationChargeFee, x4b.OurOriginationChargeFeeBuyerCharge AS
BuyerCharge, x4b.OurOriginationChargeFeeSellerCharge AS SellerCharge, x4b.OurOriginationChargeFeePOCCharge AS POCCharge,
x4b.OurOriginationChargeFeePOCPaidBy AS POCPaidBy, x4b.OurOriginationChargeFeeIsAPR AS IsAPR, x4b.OurOriginationChargeFeeFeeFamily AS
FeeFamily
FROM x4b
Union
SELECT 2 AS Sort, x4b.LoanNumber, "LoanOriginationFee" AS LoanOriginationFee, x4b.LoanOriginationFeeBuyerCharge AS BuyerCharge,
x4b.LoanOriginationFeeSellerCharge AS SellerCharge, x4b.LoanOriginationFeePOCCharge AS POCCharge, x4b.LoanOriginationFeePOCCharge AS
POCPaidBy, x4b.LoanOriginationFeeIsAPR AS IsAPR, x4b.LoanOriginationFeeFeeFamily AS FeeFamily
FROM x4b
Union
SELECT 3 AS Sort, x4b.LoanNumber, "LoanDiscountFee" AS LoanDiscountFee, x4b.LoanDiscountFeeBuyerCharge AS BuyerCharge,
x4b.LoanDiscountFeeSellerCharge AS SellerCharge, x4b.LoanDiscountFeePOCCharge AS POCCharge, x4b.LoanDiscountFeePOCPaidBy AS POCPaidBy,
x4b.LoanDiscountFeeIsAPR AS IsAPR, x4b.LoanDiscountFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 4 AS Sort, x4b.LoanNumber, "AppraisalFee" AS AppraisalFee, x4b.AppraisalFeeBuyerCharge AS BuyerCharge, x4b.AppraisalFeeSellerCharge AS
SellerCharge, x4b.AppraisalFeePOCCharge AS POCCharge, x4b.AppraisalFeePOCPaidBy AS POCPaidBy, x4b.AppraisalFeeIsAPR AS IsAPR,
x4b.AppraisalFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 5 AS Sort, x4b.LoanNumber, "CreditReportFee" AS CreditReportFee, x4b.CreditReportFeeBuyerCharge AS BuyerCharge,
x4b.CreditReportFeeSellerCharge AS SellerCharge, x4b.CreditReportFeePOCCharge AS POCCharge, x4b.CreditReportFeePOCPaidBy AS POCPaidBy,
x4b.CreditReportFeeIsAPR AS IsAPR, x4b.CreditReportFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 6 AS Sort, x4b.LoanNumber, "LendersInspection" AS LendersInspection, x4b.LendersInspectionFeeBuyerCharge AS BuyerCharge,
x4b.LendersInspectionFeeSellerCharge AS SellerCharge, x4b.LendersInspectionFeePOCCharge AS POCCharge, x4b.LendersInspectionFeePOCPaidBy AS
POCPaidBy, x4b.LendersInspectionFeeIsAPR AS IsAPR, x4b.LendersInspectionFeeFeeFamily AS FeeFamily
FROM x4b;
union
SELECT "7" AS Sort, x4b.LoanNumber, "MortgageInsuranceApplicationFee" AS MortgageInsuranceApplicationFee,
x4b.MortgageInsuranceApplicationFeeBuyerCharge AS BuyerCharge, x4b.MortgageInsuranceApplicationFeeSellerCharge AS SellerCharge,
x4b.MortgageInsuranceApplicationFeePOCCharge AS POCCharge, x4b.MortgageInsuranceApplicationFeePOCPaidBy AS POCPaidBy,
x4b.MortgageInsuranceApplicationFeeIsAPR AS IsAPR, x4b.MortgageInsuranceApplicationFeeFeeFamily AS FeeFeeFamily
FROM x4b
union
SELECT 8 AS Sort, x4b.LoanNumber, "AssumptionFee" AS AssumptionFee, x4b.AssumptionFeeBuyerCharge AS BuyerCharge,
x4b.AssumptionFeeSellerCharge AS SellerCharge, x4b.AssumptionFeePOCCharge AS POCCharge, x4b.AssumptionFeePOCPaidBy AS POCPaidBy,
x4b.AssumptionFeePOCPaidBy AS IsAPR, x4b.AssumptionFeePOCPaidBy AS FeeFamily
FROM x4b
union
SELECT 9 AS Sort, x4b.LoanNumber, x4b.BrokerFeeBuyerCharge AS BrokerFee, x4b.BrokerFeeBuyerCharge AS BuyerCharge, x4b.BrokerFeeSellerCharge AS SellerCharge, x4b.BrokerFeePOCCharge AS POCCharge, x4b.BrokerFeePOCPaidBy AS POCPaidBy, x4b.BrokerFeeIsAPR AS IsAPR, x4b.BrokerFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 10 AS Sort, x4b.LoanNumber, "CommitmentFee" AS CommitmentFee, x4b.CommitmentFeeBuyerCharge AS BuyerCharge,
x4b.CommitmentFeeSellerCharge AS SellerCharge, x4b.CommitmentFeePOCCharge AS POCCharge, x4b.CommitmentFeePOCPaidBy AS POCPaidBy,
x4b.CommitmentFeePOCPaidBy AS IsAPR, x4b.CommitmentFeePOCPaidBy AS FeeFamily
FROM x4b
union
SELECT 11 AS Sort, x4b.LoanNumber, "ProcessingFee" AS ProcessingFee, x4b.ProcessingFeeBuyerCharge AS BuyerCharge,
x4b.ProcessingFeeSellerCharge AS SellerCharge, x4b.ProcessingFeePOCCharge AS POCCharge, x4b.ProcessingFeePOCPaidBy AS POCPaidBy,
x4b.ProcessingFeePOCPaidBy AS IsAPR, x4b.ProcessingFeePOCPaidBy AS FeeFamily
FROM x4b
union
SELECT 12 AS Sort, x4b.LoanNumber, "TaxServiceFee" AS TaxServiceFee, x4b.TaxServiceFeeBuyerCharge AS BuyerCharge,
x4b.TaxServiceFeeSellerCharge AS SellerCharge, x4b.TaxServiceFeePOCCharge AS POCCharge, x4b.TaxServiceFeePOCPaidBy AS POCPaidBy,
x4b.TaxServiceFeePOCPaidBy AS IsAPR, x4b.TaxServiceFeePOCPaidBy AS FeeFamily
FROM x4b
union
SELECT 13 AS Sort, x4b.LoanNumber, "UnderwritingFee" AS UnderwritingFee, x4b.UnderwritingFeeSellerCharge AS SellerCharge,
x4b.UnderwritingFeePOCCharge AS POCCharge, x4b.UnderwritingFeePOCPaidBy AS POCPaidBy, x4b.UnderwritingFeeIsAPR AS IsAPR,
x4b.UnderwritingFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 14 AS Sort, x4b.LoanNumber, "ClosingFee" AS ClosingFee, x4b.ClosingFeeSellerCharge AS SellerCharge, x4b.ClosingFeePOCCharge AS
POCCharge, x4b.ClosingFeePOCPaidBy AS POCPaidBy, x4b.ClosingFeeIsAPR AS IsAPR, x4b.ClosingFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 15 AS Sort, x4b.LoanNumber, "TitleSearchFee" AS TitleSearchFee, x4b.TitleSearchFeeSellerCharge AS SellerCharge,
x4b.TitleSearchFeePOCCharge AS POCCharge, x4b.TitleSearchFeePOCPaidBy AS POCPaidBy, x4b.TitleSearchFeeIsAPR AS IsAPR,
x4b.TitleSearchFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 16 AS Sort, x4b.LoanNumber, "TitleExamFee" AS TitleExamFee, x4b.TitleExamFeeSellerCharge AS SellerCharge, x4b.TitleExamFeePOCCharge AS
POCCharge, x4b.TitleExamFeePOCPaidBy AS POCPaidBy, x4b.TitleExamFeeIsAPR AS IsAPR, x4b.TitleExamFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 17 AS Sort, x4b.LoanNumber, "BinderFee" AS BinderFee, x4b.BinderFeeSellerCharge AS SellerCharge, x4b.BinderFeePOCCharge AS POCCharge,
x4b.BinderFeePOCPaidBy AS POCPaidBy, x4b.BinderFeeIsAPR AS IsAPR, x4b.BinderFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 18 AS Sort, x4b.LoanNumber, "DocPrepFee" AS DocPrepFee, x4b.DocPrepFeeSellerCharge AS SellerCharge, x4b.DocPrepFeePOCCharge AS
POCCharge, x4b.DocPrepFeePOCPaidBy AS POCPaidBy, x4b.DocPrepFeeIsAPR AS IsAPR, x4b.DocPrepFeeFeeFamily AS FeeFamily
FROM x4b
union
SELECT 19 AS Sort, x4b.LoanNumber, "NotaryFee" AS NotaryFee, x4b.NotaryFeeSellerCharge AS SellerCharge, x4b.NotaryFeePOCCharge AS POCCharge,
x4b.NotaryFeePOCPaidBy AS POCPaidBy, x4b.NotaryFeeIsAPR AS IsAPR, x4b.NotaryFeeFeeFamily AS FeeFamily
FROM x4b
SELECT 1 [blue]AS Sort[/blue], x4b.LoanNumber,
"OurOriginationChargeFee" [blue]AS OurOriginationChargeFee[/blue],
x4b.OurOriginationChargeFeeBuyerCharge [blue]AS BuyerCharge[/blue],
x4b.OurOriginationChargeFeeSellerCharge [blue]AS SellerCharge[/blue],
x4b.OurOriginationChargeFeePOCCharge [blue]AS POCCharge[/blue],
x4b.OurOriginationChargeFeePOCPaidBy [blue]AS POCPaidBy[/blue],
x4b.OurOriginationChargeFeeIsAPR [blue]AS IsAPR[/blue],
x4b.OurOriginationChargeFeeFeeFamily [blue]AS FeeFamily[/blue]
FROM x4b
Union
SELECT 2, x4b.LoanNumber, "LoanOriginationFee",
x4b.LoanOriginationFeeBuyerCharge,
x4b.LoanOriginationFeeSellerCharge,
x4b.LoanOriginationFeePOCCharge,
x4b.LoanOriginationFeePOCCharge,
x4b.LoanOriginationFeeIsAPR,
x4b.LoanOriginationFeeFeeFamily
FROM x4b
Union
SELECT 3, x4b.LoanNumber, ...