<?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: text transformation in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807119#M2629</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it works thank you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lionel TEA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 14:38:41 GMT</pubDate>
    <dc:creator>lionel_t</dc:creator>
    <dc:date>2014-11-24T14:38:41Z</dc:date>
    <item>
      <title>text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807115#M2625</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a modeling question. I want to turn my data from this format:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="94" style="border: 1px solid rgb(0, 0, 0); width: 784px; height: 94px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG&gt;country&lt;/STRONG&gt;&lt;/P&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;town&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;country1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a;b;c;d&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;country2&lt;/TD&gt;&lt;TD&gt;e;f;g&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to this one:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="94" style="border: 1px solid rgb(0, 0, 0); width: 784px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG style="color: #ffffff; text-align: center; background-color: #6690bc;"&gt;country&lt;/STRONG&gt;&lt;/P&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;town&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;country1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;a&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;country1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;b&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;country1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;country1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;d&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;country2&lt;/TD&gt;&lt;TD&gt;e&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;country2&lt;/TD&gt;&lt;TD&gt;f&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;country2&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;g&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807115#M2625</guid>
      <dc:creator>lionel_t</dc:creator>
      <dc:date>2014-11-24T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807116#M2626</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;Yes load your table with subfield function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Load country,&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(town,';') as Town;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;country,&amp;nbsp;&amp;nbsp;&amp;nbsp; town&lt;/P&gt;&lt;P&gt;country1,&amp;nbsp;&amp;nbsp;&amp;nbsp; a;b;c;d&lt;/P&gt;&lt;P&gt;country2,&amp;nbsp;&amp;nbsp;&amp;nbsp; e;f;g&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sub.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71961_sub.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807116#M2626</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-24T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807117#M2627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load country, subfield(town';') resident mytable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where mytable is your source table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807117#M2627</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-24T14:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807118#M2628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lionel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the separator is always the same (between the letters&amp;nbsp; in the column &amp;gt;town&amp;lt;), then you can use the SUBFIELD() function .- you must parse the table record by record and use SUBFIELD() on each one in turn - that will turn each one into as many records as there are letters.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807118#M2628</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-11-24T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807119#M2629</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it works thank you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lionel TEA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 14:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807119#M2629</guid>
      <dc:creator>lionel_t</dc:creator>
      <dc:date>2014-11-24T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807120#M2630</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;Could you please mark question as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 08:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807120#M2630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-25T08:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: text transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807121#M2631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lionel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close the thread by appropriate answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 08:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/text-transformation/m-p/807121#M2631</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-25T08:26:13Z</dc:date>
    </item>
  </channel>
</rss>

