<?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: How to capture whithout space data. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084280#M361065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this,&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14539047552535761 jive_text_macro" jivemacro_uid="_14539047552535761"&gt;
&lt;P&gt;SAMPLE:&lt;/P&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;rtrim(ltrim(ID)) as ID1&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[Trim Data.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 14:28:46 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-01-27T14:28:46Z</dc:date>
    <item>
      <title>How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084272#M361057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refere below data sample -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id&lt;/P&gt;&lt;P&gt;230&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;455&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 555&lt;/P&gt;&lt;P&gt;645&lt;/P&gt;&lt;P&gt;222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only want those data that i have no space so which function i have to used in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expected output is&lt;/P&gt;&lt;P&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;230&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;455&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;645&lt;/P&gt;&lt;P&gt;222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084272#M361057</guid>
      <dc:creator />
      <dc:date>2016-01-27T13:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084273#M361058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trim(id) as id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updated : I misunderstood your requirement...! LOL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084273#M361058</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-01-27T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084274#M361059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be make use of this SET statement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET Verbatim = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then check the field for Space -&amp;gt; &lt;STRONG&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Where Len(Trim(KeepChar(FieldName, ' '))) = 0; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Where Len(KeepChar(FieldName, ' ')) = 0;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084274#M361059</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084275#M361060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;Load id from source where istext (id)&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084275#M361060</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-27T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084276#M361061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample attached:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET Verbatim = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD id&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_203223.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(KeepChar(id, ' ')) = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084276#M361061</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084277#M361062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this at script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(left(ID,1)&amp;lt;&amp;gt;' ', ID) as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084277#M361062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084278#M361063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you might not even need &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET Verbatim = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD id&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_203223.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(KeepChar(id, ' ')) = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084278#M361063</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084279#M361064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/MRKachhiaIMP"&gt;MRKachhiaIMP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think it will remove spaces and display the values as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But he dont want to display those values, If I understood it correctly&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084279#M361064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084280#M361065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this,&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14539047552535761 jive_text_macro" jivemacro_uid="_14539047552535761"&gt;
&lt;P&gt;SAMPLE:&lt;/P&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;rtrim(ltrim(ID)) as ID1&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[Trim Data.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084280#M361065</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-27T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084281#M361066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ishwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set Verbatim=1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD id&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;example.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet3) where &lt;STRONG&gt;SubStringCount(id,' ')=0&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084281#M361066</guid>
      <dc:creator>anlonghi2</dc:creator>
      <dc:date>2016-01-27T14:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084282#M361067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Verbatim = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14539133200526977 jive_text_macro" jivemacro_uid="_14539133200526977"&gt;
&lt;P&gt;LOAD id&lt;/P&gt;
&lt;P&gt;From YourSource&lt;/P&gt;
&lt;P&gt;Where Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;id&lt;/SPAN&gt;)) = Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;id&lt;/SPAN&gt;);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084282#M361067</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-01-27T16:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084283#M361068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain me what does exactly the Variable !!... &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;STRONG&gt;Verbatim do?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084283#M361068</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-27T16:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084284#M361069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From QlikView's help (&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/SystemVariables/Verbatim.htm?q=verbatim" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/SystemVariables/Verbatim.htm?q=verbatim"&gt;QlikView ‒ Verbatim&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112716_Capture.PNG" style="height: 98px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084284#M361069</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T17:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084285#M361070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u for your quik reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used&amp;nbsp; if() and len() function in my script i got solution of my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer below attached extractor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084285#M361070</guid>
      <dc:creator />
      <dc:date>2016-01-28T06:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084286#M361071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khutal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case if we have 4 digit number in ID column like 9999..... ,then how it will work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084286#M361071</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2016-01-28T06:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084287#M361072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can you trim() function also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084287#M361072</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-28T06:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084288#M361073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case i have only 3 digit data and i want only those 3 digit data those data have not a space that i mention in my expected answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also used Trim() function but i didn't got my expecated answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to both of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084288#M361073</guid>
      <dc:creator />
      <dc:date>2016-01-28T10:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture whithout space data.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084289#M361074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ishwar,&lt;/P&gt;&lt;P&gt;try the following instruction in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt; if(isnum(replace(id,' ','A')),id ) as id&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 18:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-whithout-space-data/m-p/1084289#M361074</guid>
      <dc:creator>anlonghi2</dc:creator>
      <dc:date>2016-01-28T18:11:10Z</dc:date>
    </item>
  </channel>
</rss>

