<?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: Trim Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701604#M451233</link>
    <description>&lt;P&gt;"&lt;SPAN&gt;Normally all field values are automatically stripped of leading and trailing blanks (ASCII 32) and tabs (ASCII 9) before being loaded into the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;database. Setting this variable to 1 suspends the stripping of blanks and tabs. Hard space (ANSI 160) is never stripped."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Verbatim.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Verbatim.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So try putting this in your script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set Verbatim = 1;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 14:23:26 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2020-05-13T14:23:26Z</dc:date>
    <item>
      <title>Trim Function</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701468#M451215</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please clear how trim works.&lt;/P&gt;&lt;P&gt;I have a values in excel like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prabhu1204_0-1589363558171.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33510i218F085AB240C87D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prabhu1204_0-1589363558171.png" alt="Prabhu1204_0-1589363558171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When i loaded the excel in Qlivkiew, i am not getting the text with leading spaces.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prabhu1204_1-1589363689248.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33511i016F7C023DFE1993/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prabhu1204_1-1589363689248.png" alt="Prabhu1204_1-1589363689248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example in my excel the second column apple has leading spaces. why doesnt it shoes in qlivkiew? there is no rim used inside script&lt;/P&gt;&lt;P&gt;Why so ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701468#M451215</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2024-11-16T00:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trim Function</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701603#M451232</link>
      <description>&lt;P&gt;qlik automatically trims leading and trailing spaces.&lt;/P&gt;&lt;P&gt;if you dont want qlik to do so you can specify using a system&amp;nbsp; variable&lt;/P&gt;&lt;P class="Code"&gt;set Verbatim = 1;&lt;/P&gt;&lt;P&gt;refer to below&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Verbatim.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Verbatim.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701603#M451232</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-05-13T14:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trim Function</title>
      <link>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701604#M451233</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Normally all field values are automatically stripped of leading and trailing blanks (ASCII 32) and tabs (ASCII 9) before being loaded into the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;database. Setting this variable to 1 suspends the stripping of blanks and tabs. Hard space (ANSI 160) is never stripped."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Verbatim.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Verbatim.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So try putting this in your script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set Verbatim = 1;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trim-Function/m-p/1701604#M451233</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-05-13T14:23:26Z</dc:date>
    </item>
  </channel>
</rss>

