<?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>topic Re: Removing Cartesian product while loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532647#M746883</link>
    <description>&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 11:36:34 GMT</pubDate>
    <dc:creator>mkiran_18</dc:creator>
    <dc:date>2019-01-21T11:36:34Z</dc:date>
    <item>
      <title>Removing Cartesian product while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532415#M746879</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Currently we have data as per below screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Source_data.JPG" style="width: 388px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4107iEB5B86A0AE2BB962/image-size/large?v=v2&amp;amp;px=999" role="button" title="Source_data.JPG" alt="Source_data.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on how to convert the data as per below screenshot:&lt;/P&gt;&lt;P&gt;Current Output in table box:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Current_output.JPG" style="width: 324px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4108iC7ACF7A17A63CB52/image-size/large?v=v2&amp;amp;px=999" role="button" title="Current_output.JPG" alt="Current_output.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Required Output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Required Output.JPG" style="width: 383px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4109i209637E4B1FC785E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Required Output.JPG" alt="Required Output.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please find the attached excel file and qvw for reference.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532415#M746879</guid>
      <dc:creator>mkiran_18</dc:creator>
      <dc:date>2024-11-16T21:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Cartesian product while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532426#M746881</link>
      <description>&lt;P&gt;You can add another preceding load to achieve your goal like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;TABLE1:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;LOAD&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ID, FIELD_1_NEW, FIELD_2_NEW&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;WHERE&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; FIELD_1_NEW = FIELD_2_NEW;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;FONT face="courier new,courier"&gt;LOAD&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;*,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;&amp;nbsp; SubField(FIELD_1,chr(10)) as FIELD_1_NEW,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; SubField(FIELD_2,chr(10)) as FIELD_2_NEW;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;LOAD ID, &lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;&amp;nbsp; FIELD_1, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;&amp;nbsp; FIELD_2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;&amp;nbsp; [Cartesian_sample.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;&amp;nbsp; (ooxml, embedded labels, table is Sheet1);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jan 2019 20:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532426#M746881</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2019-01-19T20:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Cartesian product while loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532647#M746883</link>
      <description>&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 11:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Cartesian-product-while-loading-data/m-p/1532647#M746883</guid>
      <dc:creator>mkiran_18</dc:creator>
      <dc:date>2019-01-21T11:36:34Z</dc:date>
    </item>
  </channel>
</rss>

