<?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 Straight Table Fuzzy Search in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516897#M481538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do a fuzzy search of a straight table.&amp;nbsp; I have a list box with possible values for a given field and I want to return any rows in the table which contain the selected values (the field can have concatenated values).&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List Box for Field X:&lt;/P&gt;&lt;P&gt;Abc&lt;/P&gt;&lt;P&gt;Ad&lt;/P&gt;&lt;P&gt;Bc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values in Table Field X:&lt;/P&gt;&lt;P&gt;Abc;Ad&lt;/P&gt;&lt;P&gt;Abc&lt;/P&gt;&lt;P&gt;Bc;Ad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, if the user selects Ad from the List Box, rows 1 and 3 should be returned.&amp;nbsp; If the user selects Abc &amp;amp; Ad from the List Box, rows 1, 2 and 3 should be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense.&amp;nbsp; I can't figure out how to do this and I've found nothing that fits my needs in all of my searching.&amp;nbsp; Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Oct 2013 15:34:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-05T15:34:58Z</dc:date>
    <item>
      <title>Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516897#M481538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do a fuzzy search of a straight table.&amp;nbsp; I have a list box with possible values for a given field and I want to return any rows in the table which contain the selected values (the field can have concatenated values).&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List Box for Field X:&lt;/P&gt;&lt;P&gt;Abc&lt;/P&gt;&lt;P&gt;Ad&lt;/P&gt;&lt;P&gt;Bc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values in Table Field X:&lt;/P&gt;&lt;P&gt;Abc;Ad&lt;/P&gt;&lt;P&gt;Abc&lt;/P&gt;&lt;P&gt;Bc;Ad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, if the user selects Ad from the List Box, rows 1 and 3 should be returned.&amp;nbsp; If the user selects Abc &amp;amp; Ad from the List Box, rows 1, 2 and 3 should be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense.&amp;nbsp; I can't figure out how to do this and I've found nothing that fits my needs in all of my searching.&amp;nbsp; Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 15:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516897#M481538</guid>
      <dc:creator />
      <dc:date>2013-10-05T15:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516898#M481539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X:&lt;/P&gt;&lt;P&gt;LOAD Recno() as Row,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(FieldX,';') as FieldX &lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;FieldX&lt;/P&gt;&lt;P&gt;Abc;Ad&lt;/P&gt;&lt;P&gt;Abc&lt;/P&gt;&lt;P&gt;Bc;Ad&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select your search strings directly in FieldX, Row gives you the expected outcome then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 16:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516898#M481539</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-05T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516899#M481540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there no logic I can put on the table itself so that nothing has to be loaded inline?  My listbox is built off of a table field and the straight table contains the values from the listbox but they may be concatenated in the chart.  I just want the chart to do a contains on the selected value instead of an exact match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my mobile device&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 16:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516899#M481540</guid>
      <dc:creator />
      <dc:date>2013-10-05T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516900#M481541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I fully understand, if your straight table expression is based on the field of your list box, just concatenated, selecting the values in your list box should filter your table accordingly, shouldn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a small sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 17:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516900#M481541</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-05T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516901#M481542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it doesn't.   If in my list box I choose value 'a', my table should return rows like 'a', 'a; b'.  If in my list box I choose values 'a' and 'b', my table should return rows like 'a', 'a; b', 'b', 'b; c'.  I can upload an app at a later time as I'm not currently at my computer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 18:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516901#M481542</guid>
      <dc:creator />
      <dc:date>2013-10-05T18:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516902#M481543</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;you could do this by creating a "search table" associating criteria and values in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this could be time and mermory expensive if you have a lot of data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached example.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Brice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516902#M481543</guid>
      <dc:creator>Brice-SACCUCCI</dc:creator>
      <dc:date>2013-10-07T08:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516903#M481544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to have to script all of the possible search results as they are constantly changing and there is quite a bit of data.&amp;nbsp; I just want the table to return all "like" values instead of exact matches of the selected listbox value.&amp;nbsp; I'm a bit surprised this isn't a standard functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516903#M481544</guid>
      <dc:creator />
      <dc:date>2013-10-07T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516904#M481545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually in your example, I didn't notice the data consisted in concatenated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just have to create one table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Data,&lt;/P&gt;&lt;P&gt;SubField(Data, ';') as SubData&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The associative engine of QlikView associates all values which are the same. This is computed at the end of the execution of the script and allows for very fast response times and easy navigation across the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do fuzzy search by typing "Abc*" in the field search box or in a search object, but you cannot LINK 2 fields automagically (= with the green, white, grey color-coding) when values are almost the same or contained one in each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT, as I'm suggesting, it is very easy to build those associations in your case, just by adding a field to the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This new field will have as many DISTINCT values as the "sub-data" you have. By "sub-data", I'm talking about&amp;nbsp; DISTINCT values are what matters in QlikView as 'Abc' is just stored once, even if there are 1 000 000 instances of this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EDIT:&lt;/P&gt;&lt;P&gt;As an alternative, you could use an Expression in your list box but this would probably create performance issues. It's a choice between memory usage/load time OR navigation lag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a listbox with this expression instead of the field: SubField(Data, ";").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, no need to create any data. I'm attaching a new sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516904#M481545</guid>
      <dc:creator>Brice-SACCUCCI</dc:creator>
      <dc:date>2013-10-07T13:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516905#M481546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I understand what you're saying, but I can't predict the concatenated values.&amp;nbsp; The concatenated values are in a field in my database.&amp;nbsp; My listbox values are coming from the possible individual values which are from a different table in my database.&amp;nbsp; I've attached an example which contains the selection ListBox (ListBox) and the selected ListBox (Table). - of course this doesn't work the way I need.&amp;nbsp; I need the Table ListBox to actually be a Table and the values are just one of the many fields in the table.&amp;nbsp; Even as this is now, only exact matches are being returned (despite my wildmatch expression being used).&amp;nbsp; Attachment to follow as I can't figure out how to do it right now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516905#M481546</guid>
      <dc:creator />
      <dc:date>2013-10-07T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516906#M481547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached, just added wildcards to your wildmatch() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516906#M481547</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-07T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516907#M481548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would I call out a field "Handler" in a table "SlicerDicer" as the replacement for the &lt;TABLE&gt; argument in the above script?&lt;P&gt;&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516907#M481548</guid>
      <dc:creator />
      <dc:date>2013-10-07T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516908#M481549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand your request, I would just replace field name&lt;EM&gt; Table&lt;/EM&gt; with field name &lt;EM&gt;Handler.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you still using two data island tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516908#M481549</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-07T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516909#M481550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a slimmed down version of exactly what I am trying to accomplish.&amp;nbsp; The Table SlicerDicer should return all rows in which the field Handler in the table contains any of the values selected in the HANDLERID ListBox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516909#M481550</guid>
      <dc:creator />
      <dc:date>2013-10-07T14:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516910#M481551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having both tables linked by ID makes the thing more complicated, is this really needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can try like attached (using an alternate state for the HandlerID selection, and using conditional expressions in expression tab instead conditional hides in presentation tab).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516910#M481551</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-07T14:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516911#M481552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This attached example is not working as I need it to.&amp;nbsp; The example as I gave it is set up exactly how it needs to be.&amp;nbsp; This is actually a much simplified example from what I really need.&amp;nbsp; In your attached example, I am still not getting the correct rows returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516911#M481552</guid>
      <dc:creator />
      <dc:date>2013-10-07T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516912#M481553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct, I mixed up the fields in the search expression. Check this modified version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516912#M481553</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-07T14:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516913#M481554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a HUGE help!!!&amp;nbsp; It's almost there - thank you so much!&amp;nbsp; The only thing is that if multiple values are selected, this is not working correctly.&amp;nbsp; It's returning rows that don't include any of the values selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516913#M481554</guid>
      <dc:creator />
      <dc:date>2013-10-07T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516914#M481555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to create multiple search terms with wildcards for that, maybe like attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516914#M481555</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-07T15:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516915#M481556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are a lifesaver!!!&amp;nbsp; Thank you SO much for this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516915#M481556</guid>
      <dc:creator />
      <dc:date>2013-10-07T15:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Fuzzy Search</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516916#M481557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is it that when I add in additional fields for display, then all rows are returned instead of only those which match the Handler selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Fuzzy-Search/m-p/516916#M481557</guid>
      <dc:creator />
      <dc:date>2013-10-07T15:38:24Z</dc:date>
    </item>
  </channel>
</rss>

