<?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: Quitar espacios de cadena /   remove spaces from a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/2154474#M1225083</link>
    <description>&lt;P&gt;try any of these functions&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/RTrim.htm" target="_self"&gt;RTrim&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/Trim.htm" target="_self"&gt;Trim&lt;/A&gt;&amp;nbsp; ,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/PurgeChar.htm" target="_self"&gt;PurgeChar&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/LTrim.htm" target="_self"&gt;LTrim&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/KeepChar.htm" target="_self"&gt;KeepChar&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/Replace.htm" target="_self"&gt;Replace&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 09:54:51 GMT</pubDate>
    <dc:creator>Ahidhar</dc:creator>
    <dc:date>2023-12-19T09:54:51Z</dc:date>
    <item>
      <title>Quitar espacios de cadena /   remove spaces from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/1396077#M612826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, buenos días.&lt;/P&gt;&lt;P&gt;Existe una función similar a ESPACIOS() (de Excel) en Qlik Sense&lt;/P&gt;&lt;P&gt;O como podría crear una en su defecto?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muchas gracias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Good Morning. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;There is a function similar to SPACES () of excel in Qlik Sense. Or how you could create it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Thank you very much&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/1396077#M612826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-22T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Quitar espacios de cadena /   remove spaces from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/2154229#M1225070</link>
      <description>&lt;P&gt;Existe la funcion TRIM() que elimina los espacio al principio y al final.&lt;/P&gt;
&lt;P&gt;O tambien podes usar la funcion &lt;SPAN class="statement"&gt;PurgeChar(&lt;/SPAN&gt;&lt;SPAN&gt;text, remove_chars&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;) para remover todos los espacios de una cadena&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 16:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/2154229#M1225070</guid>
      <dc:creator>pablo1979</dc:creator>
      <dc:date>2023-12-18T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Quitar espacios de cadena /   remove spaces from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/2154474#M1225083</link>
      <description>&lt;P&gt;try any of these functions&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/RTrim.htm" target="_self"&gt;RTrim&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/Trim.htm" target="_self"&gt;Trim&lt;/A&gt;&amp;nbsp; ,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/PurgeChar.htm" target="_self"&gt;PurgeChar&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/LTrim.htm" target="_self"&gt;LTrim&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/KeepChar.htm" target="_self"&gt;KeepChar&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/Replace.htm" target="_self"&gt;Replace&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quitar-espacios-de-cadena-remove-spaces-from-a-string/m-p/2154474#M1225083</guid>
      <dc:creator>Ahidhar</dc:creator>
      <dc:date>2023-12-19T09:54:51Z</dc:date>
    </item>
  </channel>
</rss>

