<?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 How to split cell values and create separate records? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118832#M368964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the screenshot of a spreadsheet I am trying to load into QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134664" alt="Original_Questions.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134664_Original_Questions.png" style="height: 497px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have to split the Question ID values where two or more question IDs are joined with a + sign and create the below table to tell Qlik that these question IDs belong to the same dimension and report values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134665" alt="ideal_Questions.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/134665_ideal_Questions.png" style="height: 662px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 15:07:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-16T15:07:04Z</dc:date>
    <item>
      <title>How to split cell values and create separate records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118832#M368964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the screenshot of a spreadsheet I am trying to load into QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134664" alt="Original_Questions.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134664_Original_Questions.png" style="height: 497px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have to split the Question ID values where two or more question IDs are joined with a + sign and create the below table to tell Qlik that these question IDs belong to the same dimension and report values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134665" alt="ideal_Questions.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/134665_ideal_Questions.png" style="height: 662px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118832#M368964</guid>
      <dc:creator />
      <dc:date>2016-08-16T15:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to split cell values and create separate records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118833#M368965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(QuestionID, '+') AS QuestionID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118833#M368965</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-16T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to split cell values and create separate records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118834#M368966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean in your Load script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(QuestionID, '+') AS QuestionID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dimension,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Report&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM Table1.xlsx ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118834#M368966</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-16T15:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to split cell values and create separate records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118835#M368967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solution, it does the trick!&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;Laleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 08:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-cell-values-and-create-separate-records/m-p/1118835#M368967</guid>
      <dc:creator />
      <dc:date>2016-08-17T08:35:19Z</dc:date>
    </item>
  </channel>
</rss>

