<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Qlik Gold Client Key Split Enhancement Overview in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Gold-Client-Key-Split-Enhancement-Overview/ta-p/2453395</link>
    <description>&lt;P&gt;Key Split is a performance tuning option within Qlik Gold Client. Introduced in Qlik Gold Client 8.7.3, it is used to control which tables allow for splitting of table content in different Data Flows for export/import. This functionality is triggered when the configured table is a Header table in a Data Type, where it will split the table entries.&lt;/P&gt;
&lt;P&gt;The benefit is to allow Gold Client to parallelize the import of data in the same table using multiple jobs, making the import process much faster.&lt;/P&gt;
&lt;P&gt;Key Split is to be used carefully and for very specific export/import scenarios, especially when there is a performance issue importing tables on a target system. To maximize the functionality, parallel processing option must be used.&lt;/P&gt;
&lt;P&gt;At this moment, some special table type fields like GUID, RAW, STRING, XSTRING, etc. &lt;EM&gt;should not be used with Key Split.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;There are 4 different types of Key Split options available within Qlik Gold Client:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Alphanumeric&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;first alphanumeric digit&lt;/EM&gt; and create a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A, B, C, …, 0, 1, 2, …, Special Chars.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;B&lt;/U&gt;123456789 &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all that start with “B”)&lt;/EM&gt;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Alphanumeric by Grouping (introduced in Gold Client 8.7.4 Patch 3 – 8.7.2024.05)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;first alphanumeric digit&lt;/EM&gt; grouping and creating a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A-C, D-F, G-I, J-L, M-O, P-R, S-U, V-X, Y-Z, 0-2, 3-5, 6-8, 9-Special Chars.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;B&lt;/U&gt;123456789 &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all that start with “A* B* or C*”)&lt;/EM&gt;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Numeric&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;last numeric digit&lt;/EM&gt; and create a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;12345678&lt;U&gt;9&lt;/U&gt; &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all which last digit is “*9”)&lt;/EM&gt;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Numeric by Grouping&amp;nbsp;(introduced in Gold Client 8.7.4 Patch 3 – 8.7.2024.05)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;last two numeric digits&lt;/EM&gt; grouping and creating a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 1: 00-04&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 2:&amp;nbsp;05-09&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 3: 10-14&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;…&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 20: 95-99&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1234567899 &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all which last digits are between “*95- 99”) &lt;/EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This diagram shows the Key Split logic for a set of Materials using the Alphanumeric and Alphanumeric by Grouping options (based on the first alphanumeric value):&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alphanumeric Key Split logic.png" style="width: 628px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166280i26BA0984EA40EC0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alphanumeric Key Split logic.png" alt="Alphanumeric Key Split logic.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This diagram shows the Key Split logic for a set of Materials using the Numeric and Numeric by Grouping options (based on the last numeric digit):&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Numeric and Numeric by Grouping Key Split logic.png" style="width: 602px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166281i488F870E59E69535/image-size/large?v=v2&amp;amp;px=999" role="button" title="Numeric and Numeric by Grouping Key Split logic.png" alt="Numeric and Numeric by Grouping Key Split logic.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Tables using this logic are configured in the &lt;STRONG&gt;Configuration &amp;gt; Data Framework &amp;gt; Additional Tools &amp;gt; Key Split Config&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To activate the key split in Gold Client, it is necessary to provide the Table name, Field name and Key split type. The Active/Inactive flag allows to enable/disable the functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="display view key field split maintenance view.png" style="width: 720px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166282i35E225B518895679/image-size/large?v=v2&amp;amp;px=999" role="button" title="display view key field split maintenance view.png" alt="display view key field split maintenance view.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It is possible to deactivate Export Engine functionality to split table exports into multiple files based on keys in the &lt;STRONG&gt;Configuration &amp;gt; Administration &amp;gt; MConfig&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mischellaneous configuration settings.png" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166283i7622777E76C0C442/image-size/large?v=v2&amp;amp;px=999" role="button" title="mischellaneous configuration settings.png" alt="mischellaneous configuration settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example – Alphanumeric and Alphanumeric by Grouping:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Splitting the export of MARA entries based on material Number – MATNR.&lt;/P&gt;
&lt;P&gt;In the case of exporting MM – MATERIAL MASTER using Parallel Processing, for a specific range of documents, it will separate the documents by the &lt;EM&gt;first digit&lt;/EM&gt; and create Containers for each of them.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;During the import process, this logic will allow the import of data in parallel to MARA table faster.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table MARA Export with Key Split &lt;EM&gt;inactive&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report.png" style="width: 769px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166284i8B45152AE2468312/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report.png" alt="gold client sizing report.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table MARA Export with Key Split Alphanumeric&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report aphalnumerical active.png" style="width: 781px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166285i6FB2694BE97D71C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report aphalnumerical active.png" alt="gold client sizing report aphalnumerical active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table MARA Export with Key Split Alphanumeric by Grouping&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report alphanumerical by grouping active.png" style="width: 773px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166286iC0CC68F0C5C50DC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report alphanumerical by grouping active.png" alt="gold client sizing report alphanumerical by grouping active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example – Numeric and Numeric by Grouping:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Splitting the export of ACDOCA entries based on document Number - BELNR.&lt;/P&gt;
&lt;P&gt;In the case of exporting FI - FINANCE DOCUMENTS using Parallel Processing, for a specific range of documents, it will separate the documents by the &lt;EM&gt;last digit(s)&lt;/EM&gt; and create Containers for each of them.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;During the import process, this logic will allow the import of data in parallel to ACDOCA table faster.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Qlik Gold Client Sizing Report for table ACDOCA Export with Key Split &lt;EM&gt;inactive&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report Key Split inactive.png" style="width: 699px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166287iCB141E7B6702D49A/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report Key Split inactive.png" alt="gold client sizing report Key Split inactive.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table ACDOCA Export with Key Split Numeric&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report Key Split Numeric active.png" style="width: 709px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166288iFDF6DE678AD688BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report Key Split Numeric active.png" alt="gold client sizing report Key Split Numeric active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table ACDOCA Export with Key Split Numeric by Grouping&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report Key Split Numeric by Grouping&amp;nbsp;active.png" style="width: 714px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166289i57BD0E94BDFBBEAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report Key Split Numeric by Grouping&amp;nbsp;active.png" alt="gold client sizing report Key Split Numeric by Grouping&amp;nbsp;active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the &lt;A href="https://help.qlik.com/en-US/gold-client/Content/GoldClient/ERP/8.7/PDF/Gold%20Client%208_7%20Configuration%20and%20Utilities.pdf" target="_blank" rel="noopener"&gt;Qlik Gold Client Configuration and Utilities - User Guide&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;Thanks to Qlik SAP Solutions Engineer Hugo Martins for drafting this content!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 12:45:23 GMT</pubDate>
    <dc:creator>Steve_Chabala</dc:creator>
    <dc:date>2024-05-17T12:45:23Z</dc:date>
    <item>
      <title>Qlik Gold Client Key Split Enhancement Overview</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Gold-Client-Key-Split-Enhancement-Overview/ta-p/2453395</link>
      <description>&lt;P&gt;Key Split is a performance tuning option within Qlik Gold Client. Introduced in Qlik Gold Client 8.7.3, it is used to control which tables allow for splitting of table content in different Data Flows for export/import. This functionality is triggered when the configured table is a Header table in a Data Type, where it will split the table entries.&lt;/P&gt;
&lt;P&gt;The benefit is to allow Gold Client to parallelize the import of data in the same table using multiple jobs, making the import process much faster.&lt;/P&gt;
&lt;P&gt;Key Split is to be used carefully and for very specific export/import scenarios, especially when there is a performance issue importing tables on a target system. To maximize the functionality, parallel processing option must be used.&lt;/P&gt;
&lt;P&gt;At this moment, some special table type fields like GUID, RAW, STRING, XSTRING, etc. &lt;EM&gt;should not be used with Key Split.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;There are 4 different types of Key Split options available within Qlik Gold Client:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Alphanumeric&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;first alphanumeric digit&lt;/EM&gt; and create a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A, B, C, …, 0, 1, 2, …, Special Chars.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;B&lt;/U&gt;123456789 &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all that start with “B”)&lt;/EM&gt;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Alphanumeric by Grouping (introduced in Gold Client 8.7.4 Patch 3 – 8.7.2024.05)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;first alphanumeric digit&lt;/EM&gt; grouping and creating a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A-C, D-F, G-I, J-L, M-O, P-R, S-U, V-X, Y-Z, 0-2, 3-5, 6-8, 9-Special Chars.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;B&lt;/U&gt;123456789 &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all that start with “A* B* or C*”)&lt;/EM&gt;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Numeric&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;last numeric digit&lt;/EM&gt; and create a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;12345678&lt;U&gt;9&lt;/U&gt; &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all which last digit is “*9”)&lt;/EM&gt;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt; Numeric by Grouping&amp;nbsp;(introduced in Gold Client 8.7.4 Patch 3 – 8.7.2024.05)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;For a specific range of documents, it will separate the documents by the &lt;EM&gt;last two numeric digits&lt;/EM&gt; grouping and creating a Container for each of them.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 1: 00-04&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 2:&amp;nbsp;05-09&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 3: 10-14&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;…&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Group 20: 95-99&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Example:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1234567899 &lt;/STRONG&gt;&lt;EM&gt;(this entry will be added with all which last digits are between “*95- 99”) &lt;/EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This diagram shows the Key Split logic for a set of Materials using the Alphanumeric and Alphanumeric by Grouping options (based on the first alphanumeric value):&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alphanumeric Key Split logic.png" style="width: 628px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166280i26BA0984EA40EC0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alphanumeric Key Split logic.png" alt="Alphanumeric Key Split logic.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This diagram shows the Key Split logic for a set of Materials using the Numeric and Numeric by Grouping options (based on the last numeric digit):&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Numeric and Numeric by Grouping Key Split logic.png" style="width: 602px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166281i488F870E59E69535/image-size/large?v=v2&amp;amp;px=999" role="button" title="Numeric and Numeric by Grouping Key Split logic.png" alt="Numeric and Numeric by Grouping Key Split logic.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Tables using this logic are configured in the &lt;STRONG&gt;Configuration &amp;gt; Data Framework &amp;gt; Additional Tools &amp;gt; Key Split Config&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To activate the key split in Gold Client, it is necessary to provide the Table name, Field name and Key split type. The Active/Inactive flag allows to enable/disable the functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="display view key field split maintenance view.png" style="width: 720px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166282i35E225B518895679/image-size/large?v=v2&amp;amp;px=999" role="button" title="display view key field split maintenance view.png" alt="display view key field split maintenance view.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It is possible to deactivate Export Engine functionality to split table exports into multiple files based on keys in the &lt;STRONG&gt;Configuration &amp;gt; Administration &amp;gt; MConfig&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mischellaneous configuration settings.png" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166283i7622777E76C0C442/image-size/large?v=v2&amp;amp;px=999" role="button" title="mischellaneous configuration settings.png" alt="mischellaneous configuration settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example – Alphanumeric and Alphanumeric by Grouping:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Splitting the export of MARA entries based on material Number – MATNR.&lt;/P&gt;
&lt;P&gt;In the case of exporting MM – MATERIAL MASTER using Parallel Processing, for a specific range of documents, it will separate the documents by the &lt;EM&gt;first digit&lt;/EM&gt; and create Containers for each of them.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;During the import process, this logic will allow the import of data in parallel to MARA table faster.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table MARA Export with Key Split &lt;EM&gt;inactive&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report.png" style="width: 769px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166284i8B45152AE2468312/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report.png" alt="gold client sizing report.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table MARA Export with Key Split Alphanumeric&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report aphalnumerical active.png" style="width: 781px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166285i6FB2694BE97D71C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report aphalnumerical active.png" alt="gold client sizing report aphalnumerical active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table MARA Export with Key Split Alphanumeric by Grouping&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report alphanumerical by grouping active.png" style="width: 773px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166286iC0CC68F0C5C50DC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report alphanumerical by grouping active.png" alt="gold client sizing report alphanumerical by grouping active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example – Numeric and Numeric by Grouping:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Splitting the export of ACDOCA entries based on document Number - BELNR.&lt;/P&gt;
&lt;P&gt;In the case of exporting FI - FINANCE DOCUMENTS using Parallel Processing, for a specific range of documents, it will separate the documents by the &lt;EM&gt;last digit(s)&lt;/EM&gt; and create Containers for each of them.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;During the import process, this logic will allow the import of data in parallel to ACDOCA table faster.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Qlik Gold Client Sizing Report for table ACDOCA Export with Key Split &lt;EM&gt;inactive&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report Key Split inactive.png" style="width: 699px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166287iCB141E7B6702D49A/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report Key Split inactive.png" alt="gold client sizing report Key Split inactive.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table ACDOCA Export with Key Split Numeric&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report Key Split Numeric active.png" style="width: 709px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166288iFDF6DE678AD688BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report Key Split Numeric active.png" alt="gold client sizing report Key Split Numeric active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Gold Client Sizing Report for table ACDOCA Export with Key Split Numeric by Grouping&amp;nbsp;&lt;EM&gt;active&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gold client sizing report Key Split Numeric by Grouping&amp;nbsp;active.png" style="width: 714px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166289i57BD0E94BDFBBEAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="gold client sizing report Key Split Numeric by Grouping&amp;nbsp;active.png" alt="gold client sizing report Key Split Numeric by Grouping&amp;nbsp;active.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the &lt;A href="https://help.qlik.com/en-US/gold-client/Content/GoldClient/ERP/8.7/PDF/Gold%20Client%208_7%20Configuration%20and%20Utilities.pdf" target="_blank" rel="noopener"&gt;Qlik Gold Client Configuration and Utilities - User Guide&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;Thanks to Qlik SAP Solutions Engineer Hugo Martins for drafting this content!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 12:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Gold-Client-Key-Split-Enhancement-Overview/ta-p/2453395</guid>
      <dc:creator>Steve_Chabala</dc:creator>
      <dc:date>2024-05-17T12:45:23Z</dc:date>
    </item>
  </channel>
</rss>

