<?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 deleting multiple spaces in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176919#M44713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i remove double spaces with single space and re-iterate with nested with replace functions.its working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jun 2010 10:52:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-07T10:52:55Z</dc:date>
    <item>
      <title>deleting multiple spaces</title>
      <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176914#M44708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i need help.&lt;/P&gt;&lt;P&gt;I've red more discussion that tells how to purge strings from character, but i can't solve my problem.&lt;/P&gt;&lt;P&gt;I have a column of stringd that contains multiple white spaces sequentially and not, i need to sobstitute every white spaces with only one space.&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i have this string: 'AMAT IMPIANTI DI GRAZIELLO S.N.C. .'&lt;/P&gt;&lt;P&gt;and i need to obtain this one 'AMAT IMPIANTI DI GRAZIELLO S.N.C.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 14:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176914#M44708</guid>
      <dc:creator />
      <dc:date>2010-06-04T14:48:36Z</dc:date>
    </item>
    <item>
      <title>AW:deleting multiple spaces</title>
      <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176915#M44709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Cesare,&lt;/P&gt;&lt;P&gt;I'm afraid there is no built in string manipulation function which can handle this in one step. I would write a macro with a custom function and use it in the script. Another possibility would be a loop in the script using built in functions.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 07:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176915#M44709</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-06-07T07:59:05Z</dc:date>
    </item>
    <item>
      <title>deleting multiple spaces</title>
      <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176916#M44710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this may work fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace&lt;/P&gt;&lt;P&gt;(col,' ',' ')&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 09:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176916#M44710</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2010-06-07T09:02:48Z</dc:date>
    </item>
    <item>
      <title>AW:deleting multiple spaces</title>
      <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176917#M44711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joachim!&lt;/P&gt;&lt;P&gt;I will build a macro that do what i need! &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 09:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176917#M44711</guid>
      <dc:creator />
      <dc:date>2010-06-07T09:26:34Z</dc:date>
    </item>
    <item>
      <title>deleting multiple spaces</title>
      <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176918#M44712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace(replace(replace(column_name,' ',' '),' ',' '),' ',' ') as data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use nested replace to get rid of multiple spaces .Its working ,but not a good solution..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 10:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176918#M44712</guid>
      <dc:creator />
      <dc:date>2010-06-07T10:50:27Z</dc:date>
    </item>
    <item>
      <title>deleting multiple spaces</title>
      <link>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176919#M44713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i remove double spaces with single space and re-iterate with nested with replace functions.its working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 10:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/deleting-multiple-spaces/m-p/176919#M44713</guid>
      <dc:creator />
      <dc:date>2010-06-07T10:52:55Z</dc:date>
    </item>
  </channel>
</rss>

