<?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: Extracting multiple data from one field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409093#M486448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! that worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 15:16:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-05T15:16:27Z</dc:date>
    <item>
      <title>Extracting multiple data from one field</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409091#M486446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem with one field that is being pulled from Sharepoint.&lt;/P&gt;&lt;P&gt;It basically is a lookup field that can contain numerous data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some background:&lt;/P&gt;&lt;P&gt;- This is a change management report tool which lists the number of change requests per application&lt;/P&gt;&lt;P&gt;- A group of Change Requests are piled up into a Release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem arises that when in Qlikview, looking at what CRs are included in a Release the field looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="275"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="72"&gt;Release ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="81"&gt;Rel Name&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="122"&gt;Associated CRs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Release A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;CR1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Release B&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;CR2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Release C&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;CR1; CR3; CR4; CR5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="153"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="72"&gt;Change ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="81"&gt;CR Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to accurately link the CR in the Release table (A), to the CR objects (table B) I need to somehow extract the objects out individually.&lt;/P&gt;&lt;P&gt;I have tried using the &lt;/P&gt;&lt;P&gt;SubField([Associated CRs], ';') as NewField&amp;nbsp; function but it only brings back the first CR from the left while leaving all the other ones (CR3,4 and 5 in example above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of returning the Release table to look like this?&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="181" style="width: 456px; height: 185px;" width="454"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="72"&gt;Release ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="81"&gt;Rel Name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="122"&gt;Associated CRs&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;NewField&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Release A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;CR1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Release B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Release C&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1; CR3; CR4; CR5&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;CR1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Release C&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1; CR3; CR4; CR5&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;CR3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Release C&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1; CR3; CR4; CR5&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;CR4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Release C&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;CR1; CR3; CR4; CR5&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;CR5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409091#M486446</guid>
      <dc:creator />
      <dc:date>2013-03-05T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting multiple data from one field</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409092#M486447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the subfield function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Release ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Rel Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Associated CRs], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trim(subfield([Associated CRs],';')) as NewField&lt;/P&gt;&lt;P&gt;from &lt;EM&gt;...somewhere...&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409092#M486447</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-05T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting multiple data from one field</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409093#M486448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! that worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-multiple-data-from-one-field/m-p/409093#M486448</guid>
      <dc:creator />
      <dc:date>2013-03-05T15:16:27Z</dc:date>
    </item>
  </channel>
</rss>

