<?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: To Load separate records for columns with multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706619#M254638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the first character is always a ';' , you can simply purge that one and try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subfield( &lt;STRONG&gt;Mid&lt;/STRONG&gt;(RQ_TARGET, &lt;STRONG&gt;2)&lt;/STRONG&gt; , ';') as NewRQ_TARGET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 08:25:40 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-08-04T08:25:40Z</dc:date>
    <item>
      <title>To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706613#M254632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All !&lt;/P&gt;&lt;P&gt;Facing an issue, having multiple values in one column separated by semicolon, but I need to have separate records for individual values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Data format :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 420px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" colspan="3" height="20" width="420"&gt;Current Scenaraio&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;PROJECT_NAME&lt;/TD&gt;&lt;TD class="xl65"&gt;REQ_ID&lt;/TD&gt;&lt;TD class="xl65"&gt;RQ_TARGET&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2055&lt;/TD&gt;&lt;TD class="xl65"&gt;;77;84;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2056&lt;/TD&gt;&lt;TD class="xl65"&gt;;55;91;98;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I require the data in below format :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="389"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" colspan="3" height="20" width="389"&gt;Required Scenaraio&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;PROJECT_NAME&lt;/TD&gt;&lt;TD class="xl65"&gt;REQ_ID&lt;/TD&gt;&lt;TD class="xl65"&gt;RQ_TARGET&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2055&lt;/TD&gt;&lt;TD class="xl66"&gt;77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2055&lt;/TD&gt;&lt;TD class="xl66"&gt;84&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2056&lt;/TD&gt;&lt;TD class="xl66"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2056&lt;/TD&gt;&lt;TD class="xl66"&gt;91&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20"&gt;MMR&lt;/TD&gt;&lt;TD class="xl66"&gt;2056&lt;/TD&gt;&lt;TD class="xl66"&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; So can anyone help in resolving this issue as I am a beginner in Qlikview &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706613#M254632</guid>
      <dc:creator />
      <dc:date>2014-08-04T07:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706614#M254633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User SubField() like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(RQ_TARGET, ';') as NewRQ_TARGET&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706614#M254633</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-04T07:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706615#M254634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use subfield()-function like this:&lt;/P&gt;&lt;P&gt;subfield(RQ_TARGET,';') as RQ_TARGET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706615#M254634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T07:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706616#M254635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,subfield(RQ_TARGET,';') as New_RQ_TARGET;&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PROJECT_NAME,REQ_ID,RQ_TARGET&lt;/P&gt;&lt;P&gt;MMR,2055,;77;84;&lt;/P&gt;&lt;P&gt;MMR,2056,;55;91;98;&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706616#M254635</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-04T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706617#M254636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tresesco for the quick response !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried subfield, so how to omit the old records , I mean I am getting this as O/P :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 316px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="96"&gt;PROJECT_NAME&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="49"&gt;REQ_ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="73"&gt;RQ_TARGET&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;NewRQ_TARGET&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2055&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;77;84;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; don't want this record&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2055&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;77;84;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2055&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;77;84;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;84&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2056&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;55;91;98;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&amp;nbsp; don't want this record&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2056&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;55;91;98;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2056&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;55;91;98;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;91&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;MMR&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2056&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;;55;91;98;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I get only 5 records in O/P ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pratik &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706617#M254636</guid>
      <dc:creator />
      <dc:date>2014-08-04T07:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706618#M254637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load *,subfield(RQ_TARGET,';') as New_RQ_TARGET;&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;PROJECT_NAME,REQ_ID,RQ_TARGET&lt;/P&gt;&lt;P&gt;MMR,2055,;77;84;&lt;/P&gt;&lt;P&gt;MMR,2056,;55;91;98;&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;PROJECT_NAME,&lt;/P&gt;&lt;P&gt;REQ_ID,&lt;/P&gt;&lt;P&gt;New_RQ_TARGET&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;Where len(New_RQ_TARGET)&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706618#M254637</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-04T07:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: To Load separate records for columns with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706619#M254638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the first character is always a ';' , you can simply purge that one and try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subfield( &lt;STRONG&gt;Mid&lt;/STRONG&gt;(RQ_TARGET, &lt;STRONG&gt;2)&lt;/STRONG&gt; , ';') as NewRQ_TARGET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 08:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Load-separate-records-for-columns-with-multiple-values/m-p/706619#M254638</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-04T08:25:40Z</dc:date>
    </item>
  </channel>
</rss>

