<?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 Fuzzy Matching with Variable Input Field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fuzzy-Matching-with-Variable-Input-Field/m-p/2450378#M97924</link>
    <description>&lt;P&gt;I have an application that is essentially a flat table. The columns are name, user_id, company, city, state. I want users to be able to input a list of names in the variable input and then fuzzy match those names with the names in my data set. I believe there isnt an actual tool but would love a creative way someone solved this problem&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 14:39:45 GMT</pubDate>
    <dc:creator>jconstantine3rd</dc:creator>
    <dc:date>2024-05-08T14:39:45Z</dc:date>
    <item>
      <title>Fuzzy Matching with Variable Input Field</title>
      <link>https://community.qlik.com/t5/App-Development/Fuzzy-Matching-with-Variable-Input-Field/m-p/2450378#M97924</link>
      <description>&lt;P&gt;I have an application that is essentially a flat table. The columns are name, user_id, company, city, state. I want users to be able to input a list of names in the variable input and then fuzzy match those names with the names in my data set. I believe there isnt an actual tool but would love a creative way someone solved this problem&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 14:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fuzzy-Matching-with-Variable-Input-Field/m-p/2450378#M97924</guid>
      <dc:creator>jconstantine3rd</dc:creator>
      <dc:date>2024-05-08T14:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy Matching with Variable Input Field</title>
      <link>https://community.qlik.com/t5/App-Development/Fuzzy-Matching-with-Variable-Input-Field/m-p/2450709#M97954</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fuzzy search sorts the data, so perform a selection with it'll select all the data.&amp;nbsp;&lt;BR /&gt;If you want to do it with, as an alternative, joker char *, you can:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a variable&lt;/LI&gt;
&lt;LI&gt;Create an input box, set the variable&lt;/LI&gt;
&lt;LI&gt;Ask your user to enter value, separated by comma&lt;/LI&gt;
&lt;LI&gt;Create a action button, with action "Select values matchin search string"&lt;/LI&gt;
&lt;LI&gt;Use an expression like this:&amp;nbsp;=$(=chr(39))$(=Replace('(*$(vFuzzyNameSearch)*)',',','*|*'))$(=chr(39))&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV id="tinyMceEditor_705691ac2eeb3dmpc_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;BR /&gt;
&lt;DIV class="lia-progress-placeholder mceNonEditable"&gt;
&lt;DIV class="lia-media-progress"&gt;&lt;I class="lia-fa lia-media-upload-progress lia-fa-picture-o"&gt;&lt;/I&gt;
&lt;DIV class="lia-progress-bar-stripes lia-progress-bar-animate lia-media-progress-bar"&gt;
&lt;DIV class="lia-progress-bar" style="width: 100%;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;SPAN class="lia-progress-value"&gt;Updating Media&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 10:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fuzzy-Matching-with-Variable-Input-Field/m-p/2450709#M97954</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-05-09T10:07:57Z</dc:date>
    </item>
  </channel>
</rss>

