<?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: Value won't Trim in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083790#M464404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried and didn't work - I found out a method in another thread to look for the chr of the space and it is actually a non-breaking space chr160 - so a purgechar worked instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Tamil!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 02:22:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-22T02:22:30Z</dc:date>
    <item>
      <title>Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083787#M464401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - I'm trying to trim trailing spaces in a field where it contains ID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load:&lt;/P&gt;&lt;P&gt;trim([ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value:&lt;/P&gt;&lt;P&gt;70138000000jzWsADM&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example the above has a space at the end and after the load, the space still exists!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated - thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083787#M464401</guid>
      <dc:creator />
      <dc:date>2016-04-22T02:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083788#M464402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Jason,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ID&lt;/SPAN&gt;,' ','')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;OR&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PurgeChar(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;ID&lt;/EM&gt;&lt;/STRONG&gt;, chr(32) )&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083788#M464402</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T02:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083789#M464403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PurgeChar(ID, ' '&amp;amp;Chr(32)) as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083789#M464403</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T02:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083790#M464404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried and didn't work - I found out a method in another thread to look for the chr of the space and it is actually a non-breaking space chr160 - so a purgechar worked instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Tamil!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083790#M464404</guid>
      <dc:creator />
      <dc:date>2016-04-22T02:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083791#M464405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was really close! I used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Ord(Right([ID],1)) and found out the chr was 160 instead of 32 and used&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PurgeChar(ID,Chr(160)) as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Sunny for the speedy response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083791#M464405</guid>
      <dc:creator />
      <dc:date>2016-04-22T02:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083792#M464406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, that was a smart way to determine what the CHR was. I am going to keep that in mind for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got what you wanted, please close this thread by marking your answer as correct and any other helpful responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083792#M464406</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T02:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083793#M464407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reminder! Just marked as correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083793#M464407</guid>
      <dc:creator />
      <dc:date>2016-04-22T02:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Value won't Trim</title>
      <link>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083794#M464408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Glad you found the solution. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Usually trim removes any leading and trailing spaces. I suspect something was there other than space and causing the problem. But I didn't thought about the non breaking space at the time. &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 02:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-won-t-Trim/m-p/1083794#M464408</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T02:58:47Z</dc:date>
    </item>
  </channel>
</rss>

