<?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 String Manipulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244022#M93100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was hoping someone could please steer me in the right direction. I have tried nested do while loops with no avail. I have a source document that reads for example a record with 2 fields &lt;BR /&gt;field1, This; is; a; sample &lt;BR /&gt; that I would like to convert to (in this case) 4 records delimter being the semi colon (;)&lt;/P&gt;&lt;P&gt;i.e: &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;field1, This &lt;BR /&gt; field1, is &lt;BR /&gt; field1, a &lt;BR /&gt; field1, sample&lt;/P&gt;&lt;P&gt;in a load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 02:30:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-03T02:30:41Z</dc:date>
    <item>
      <title>String Manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244022#M93100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was hoping someone could please steer me in the right direction. I have tried nested do while loops with no avail. I have a source document that reads for example a record with 2 fields &lt;BR /&gt;field1, This; is; a; sample &lt;BR /&gt; that I would like to convert to (in this case) 4 records delimter being the semi colon (;)&lt;/P&gt;&lt;P&gt;i.e: &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;field1, This &lt;BR /&gt; field1, is &lt;BR /&gt; field1, a &lt;BR /&gt; field1, sample&lt;/P&gt;&lt;P&gt;in a load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 02:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244022#M93100</guid>
      <dc:creator />
      <dc:date>2011-08-03T02:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: String Manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244023#M93101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; hei &lt;/DIV&gt;&lt;DIV&gt;attach is an example of what you asked for&lt;/DIV&gt;&lt;DIV&gt;using Subfield&lt;/DIV&gt;&lt;DIV&gt;the script of the file is writen like this:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;datatemp:&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,';') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Field1&lt;BR /&gt; This;Is;a;Sample&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 05:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244023#M93101</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-08-03T05:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: String Manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244024#M93102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Liron, that does exactly what I wanted. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 22:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Manipulation/m-p/244024#M93102</guid>
      <dc:creator />
      <dc:date>2011-08-03T22:32:33Z</dc:date>
    </item>
  </channel>
</rss>

