<?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: Duplicate rows based in ocurrences in a field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2442184#M97409</link>
    <description>&lt;P&gt;It works! Thank you so much!!&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 14:23:50 GMT</pubDate>
    <dc:creator>Meallly</dc:creator>
    <dc:date>2024-04-17T14:23:50Z</dc:date>
    <item>
      <title>Duplicate rows based in ocurrences in a field</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2441814#M97376</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have a table of questions and answers from an account.&lt;BR /&gt;Some questions are multi choice and I would like to have a line for each of them.&lt;/P&gt;
&lt;P&gt;For example:&lt;BR /&gt;QUESTION ID, ANSWER&lt;BR /&gt;1, Yes&lt;BR /&gt;2, No&lt;BR /&gt;3, 1^5^10&lt;/P&gt;
&lt;P&gt;For question 3, it is a multi-choice question where the user has selected 3 answers.&lt;/P&gt;
&lt;P&gt;I would like to obtain the following final table:&lt;/P&gt;
&lt;P&gt;QUESTION ID, ANSWER&lt;BR /&gt;1, Yes&lt;BR /&gt;2, No&lt;BR /&gt;3, 1&lt;BR /&gt;3, 5&lt;BR /&gt;3, 10&lt;/P&gt;
&lt;P&gt;How could I get it?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 16:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2441814#M97376</guid>
      <dc:creator>Meallly</dc:creator>
      <dc:date>2024-04-16T16:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate rows based in ocurrences in a field</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2441886#M97382</link>
      <description>&lt;P&gt;You could do this in the load script:&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;Load *, &lt;BR /&gt;Subfield(ANSWER, '^') as NEWANSWER;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;QUESTION ID, ANSWER&lt;BR /&gt;1, Yes&lt;BR /&gt;2, No&lt;BR /&gt;3, 1^5^10&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;It would result in this in the data load:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lisa_P_0-1713308827018.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164189i94C4CCE6E873B7C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lisa_P_0-1713308827018.png" alt="Lisa_P_0-1713308827018.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 23:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2441886#M97382</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2024-04-16T23:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate rows based in ocurrences in a field</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2442184#M97409</link>
      <description>&lt;P&gt;It works! Thank you so much!!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 14:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-rows-based-in-ocurrences-in-a-field/m-p/2442184#M97409</guid>
      <dc:creator>Meallly</dc:creator>
      <dc:date>2024-04-17T14:23:50Z</dc:date>
    </item>
  </channel>
</rss>

