<?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: Data replace in listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895858#M655866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the field name correct?&amp;nbsp; is is BUSSINESS_UNIT_ID or BUSINESS_UNIT_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 17:13:47 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2015-06-15T17:13:47Z</dc:date>
    <item>
      <title>Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895851#M655859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to delete or replace the collon(') symbol in listbox, please find attached snapshot for the same.&lt;/P&gt;&lt;P&gt;In the screenshot, the data in red lined box contains ' symbol at the end. I dont want to load the data which has ' symbol. How can I ignore/delete the first two rows of data in the attached screenshot.&lt;/P&gt;&lt;P&gt;How can I do this, please help me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895851#M655859</guid>
      <dc:creator />
      <dc:date>2015-06-15T16:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895852#M655860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the Field drop down, select Expression:&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/89498_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use the expression: &lt;STRONG&gt;=Replace(BUSINESS_UNIT_ID, Chr(39), '')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895852#M655860</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-15T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895853#M655861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are various functions that can cleanse your data&lt;/P&gt;&lt;P&gt;replace(); keepchar(); purgechar()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is best to do this in the script rather than in the front-end listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;purgechar(BUSINESS_UNIT_ID, chr(39))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895853#M655861</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-15T16:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895854#M655862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick responce.&lt;/P&gt;&lt;P&gt;I tried in script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;purgechar(BUSSINESS_UNIT_ID,Chr(39)) as BusinessID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gave me field not found error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895854#M655862</guid>
      <dc:creator />
      <dc:date>2015-06-15T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895855#M655863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you place the call in the same tables script? the field name should be the exact same name as the one in your screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895855#M655863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T17:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895856#M655864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried this script:&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 PurgeChar(Name, Chr(39)) as Name;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A'Souza&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did not give any problem. Are you sure you are using the field name &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BUSSINESS_UNIT_ID correctly? Can you share the table where you are doing this in the script?&lt;/SPAN&gt;&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>Mon, 15 Jun 2015 17:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895856#M655864</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-15T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895857#M655865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all, i got my answer.&lt;/P&gt;&lt;P&gt;thanks community&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895857#M655865</guid>
      <dc:creator />
      <dc:date>2015-06-15T17:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data replace in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895858#M655866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the field name correct?&amp;nbsp; is is BUSSINESS_UNIT_ID or BUSINESS_UNIT_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-replace-in-listbox/m-p/895858#M655866</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-15T17:13:47Z</dc:date>
    </item>
  </channel>
</rss>

