From: Rogan Hamby Date: Fri, 11 Oct 2019 19:14:18 +0000 (-0400) Subject: adding blocks report with description from blocks table for horizon2 tag X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=f454a378e032ddd7d145498e606095ec441a0e40 adding blocks report with description from blocks table for horizon2 tag --- diff --git a/mig-xml/mapping_reports.xml b/mig-xml/mapping_reports.xml index 4c3362a..55c12be 100644 --- a/mig-xml/mapping_reports.xml +++ b/mig-xml/mapping_reports.xml @@ -513,7 +513,16 @@ Count of Migratable Passwords / PINs SELECT COUNT(pin) FROM borrower_csv_clean WHERE LENGTH(pin) > 1; - + + + hz_blocks + Borrower Blocks + horizon2 + 0 + Count of Entries.Block Description + SELECT COUNT(*), b.descr FROM burb_csv_clean a JOIN block_csv_clean b ON a.block = b.block GROUP BY 2; + + hz_borrowernotesample Borrower Note Field Samples