<?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: reformat '### ##' into '#####' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483659#M180733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it also worked &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2013 09:14:02 GMT</pubDate>
    <dc:creator>felcar2013</dc:creator>
    <dc:date>2013-08-12T09:14:02Z</dc:date>
    <item>
      <title>reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483654#M180728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i need to reconvert something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;236 23&lt;/P&gt;&lt;P&gt;569 74 &lt;/P&gt;&lt;P&gt;45621&lt;/P&gt;&lt;P&gt;12369&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;23623&lt;/P&gt;&lt;P&gt;56974 &lt;/P&gt;&lt;P&gt;45621&lt;/P&gt;&lt;P&gt;12369&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 08:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483654#M180728</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-12T08:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483655#M180729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try in load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Keepchar(Field1,'1234567890')) as Field2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 08:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483655#M180729</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-12T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483656#M180730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try num(num#(Field1)) as Field2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 08:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483656#M180730</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-12T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483657#M180731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an example of &lt;A _jive_internal="true" href="https://community.qlik.com/people/robwunderlich"&gt;Rob Wunderlich&lt;/A&gt;'s technique, check CLEANED_TEXT after cleaning from spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SpaceMap:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MAPPING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;repeat&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(' ', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()), ' '&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 10&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// up to 10 spaces&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;SAMPLE:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[TEXT&lt;BR /&gt;HELLO AND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WELCOME&lt;BR /&gt; THIS IS A SAMPLE TEST&lt;BR /&gt; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AM NOT SURE&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;DATA2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('SpaceMap', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CLEANED_TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; SAMPLE;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;MultiView&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 08:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483657#M180731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483658#M180732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 09:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483658#M180732</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-12T09:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483659#M180733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it also worked &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 09:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483659#M180733</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-12T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: reformat '### ##' into '#####'</title>
      <link>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483660#M180734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for this one&lt;/P&gt;&lt;P&gt;nice solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 13:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reformat-into/m-p/483660#M180734</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-12T13:49:06Z</dc:date>
    </item>
  </channel>
</rss>

