<?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 Searching Stripped Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290151#M1203705</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;Does anyone know if it is possible to do searches on listboxes or in a search box for the stripped down version of a result?&lt;/P&gt;&lt;P&gt;What I mean by this, for example I have product codes 1-1/2ABC, I would like to just search 112ABC to find the result.....&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Nov 2010 19:22:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-24T19:22:30Z</dc:date>
    <item>
      <title>Searching Stripped Values</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290151#M1203705</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;Does anyone know if it is possible to do searches on listboxes or in a search box for the stripped down version of a result?&lt;/P&gt;&lt;P&gt;What I mean by this, for example I have product codes 1-1/2ABC, I would like to just search 112ABC to find the result.....&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 19:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290151#M1203705</guid>
      <dc:creator />
      <dc:date>2010-11-24T19:22:30Z</dc:date>
    </item>
    <item>
      <title>Searching Stripped Values</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290152#M1203706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a listbox with an expression in it instead of the field. Start by creating a new listbox and in the list of fields look for the &amp;lt;expression&amp;gt; entry and click on that. For an expression use something like this: (assuming that your field name is PRODUCT)&lt;/P&gt;&lt;P&gt;=replace(replace(PRODUCT,'/',''),'-','')&lt;/P&gt;&lt;P&gt;That expression will remove slash and dash characters. You can make selections on the values and the selections will actually be made on the PRODUCT field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 20:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290152#M1203706</guid>
      <dc:creator />
      <dc:date>2010-11-24T20:37:20Z</dc:date>
    </item>
    <item>
      <title>Searching Stripped Values</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290153#M1203708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;Thanks for the response, it is technically what I wanted to accomplish however it really slows down the search. I guess I can load this into the script somehow....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 21:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290153#M1203708</guid>
      <dc:creator />
      <dc:date>2010-11-24T21:02:05Z</dc:date>
    </item>
    <item>
      <title>Searching Stripped Values</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290154#M1203710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Les,&lt;/P&gt;&lt;P&gt;You can create a searchfield in the script. I'd suggest using PurgeChar() to remove the characters you don't want.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;BR /&gt; Field,&lt;BR /&gt; PurgeChar(Field,'-/#') as SearchField;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Field&lt;BR /&gt; 1-1/2ABC&lt;BR /&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 03:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-Stripped-Values/m-p/290154#M1203710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-25T03:04:31Z</dc:date>
    </item>
  </channel>
</rss>

