<?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: split fields in two or more with LOAD INSTRUCTION in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370408#M418952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting some thing in Model from one table to 2 tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 14:04:01 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-06-14T14:04:01Z</dc:date>
    <item>
      <title>split fields in two or more with LOAD INSTRUCTION</title>
      <link>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370406#M418950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;HELLO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I have an input database with two columns: KeyId and Reference&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;The Reference column contains alphabetical values, separated by commas (Field1, Field2, Field3, etc.).&lt;BR /&gt;The number of fields separated by a comma varies from record to record&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I want to load this table, with in addition I will create a new table in QLICKVIEW, formed by key ID and field&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Example&lt;BR /&gt;Input table TABLE0:&lt;BR /&gt;2345 XXX, YYY&lt;BR /&gt;7654, ZZZ, XXX, AAA&lt;BR /&gt;&lt;BR /&gt;I wish to load and have in QLICKVIEW:&lt;BR /&gt;&lt;BR /&gt;TABLE1 (KeyId, Application):&lt;BR /&gt;2345 XXX, YYY&lt;BR /&gt;7654, ZZZ, XXX, AAA&lt;BR /&gt;&lt;BR /&gt;TABLE2 (KeyId, Reference):&lt;BR /&gt;2345, XXX&lt;BR /&gt;2345, YYY&lt;BR /&gt;7654, ZZZ&lt;BR /&gt;7654, XXX&lt;BR /&gt;7654, AAA&lt;BR /&gt;&lt;BR /&gt;Thanks for your feedbac&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Patrice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 13:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370406#M418950</guid>
      <dc:creator>pgarcia75</dc:creator>
      <dc:date>2017-06-14T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: split fields in two or more with LOAD INSTRUCTION</title>
      <link>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370407#M418951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD KeyId,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(Application, ', ') as Reference&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 13:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370407#M418951</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-14T13:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: split fields in two or more with LOAD INSTRUCTION</title>
      <link>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370408#M418952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting some thing in Model from one table to 2 tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370408#M418952</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-14T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: split fields in two or more with LOAD INSTRUCTION</title>
      <link>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370409#M418953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I will try&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370409#M418953</guid>
      <dc:creator>pgarcia75</dc:creator>
      <dc:date>2017-06-14T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: split fields in two or more with LOAD INSTRUCTION</title>
      <link>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370410#M418954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, It's OK&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-fields-in-two-or-more-with-LOAD-INSTRUCTION/m-p/1370410#M418954</guid>
      <dc:creator>pgarcia75</dc:creator>
      <dc:date>2017-06-14T14:13:51Z</dc:date>
    </item>
  </channel>
</rss>

