<?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: levenshtein in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458298#M35941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's best to do it on source database level, why various database use native implementation of levensthein algorithm, for example Oracle database.&amp;nbsp; But in performance question, make an test for see a best option.&lt;/P&gt;&lt;P&gt;Regards, Roberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 13:08:54 GMT</pubDate>
    <dc:creator>silva_robertool</dc:creator>
    <dc:date>2018-05-29T13:08:54Z</dc:date>
    <item>
      <title>levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458293#M35936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Good Morning,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You need to calculate the distance between two strings of characters by means of the levenshtein algorithm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thks for help your.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 19:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458293#M35936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458294#M35937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will be helpful: &lt;A href="https://community.qlik.com/message/1314481"&gt;Re: How to merge/combine multiple slices of a pie chart into one slice/category?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 11:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458294#M35937</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-08T11:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458295#M35938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, but this post is in Qlikview; I am needing in Qliksense!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 21:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458295#M35938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-12T21:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458296#M35939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a make a function on database and realise the processing on data extract; Other solution is make a function for levensthein &lt;A href="https://en.wikipedia.org/wiki/Hirschberg%27s_algorithm" title="Hirschberg's algorithm"&gt;algorithm&lt;/A&gt; in a calculed column with sense sintax language and use on yours reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Levenshtein_distance" title="https://en.wikipedia.org/wiki/Levenshtein_distance"&gt;Levenshtein distance - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wait help you, bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 21:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458296#M35939</guid>
      <dc:creator>silva_robertool</dc:creator>
      <dc:date>2018-01-12T21:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458297#M35940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's best to do it on source database level or in the script. What kind of analysis do you want to perform a (I'm just curious)?&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 10:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458297#M35940</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2018-01-13T10:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458298#M35941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's best to do it on source database level, why various database use native implementation of levensthein algorithm, for example Oracle database.&amp;nbsp; But in performance question, make an test for see a best option.&lt;/P&gt;&lt;P&gt;Regards, Roberto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 13:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458298#M35941</guid>
      <dc:creator>silva_robertool</dc:creator>
      <dc:date>2018-05-29T13:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: levenshtein in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458299#M35942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an undocumented function for this in Qlik Sense - LevenshteinDist - that was introduced in the June 2017 release. The only place you can find reference to it is in the API explorer: &lt;A href="https://api-insights.qlik.com/#/api-changes/sense" title="https://api-insights.qlik.com/#/api-changes/sense"&gt;https://api-insights.qlik.com/&lt;/A&gt;‌&lt;SPAN style="font-size: 10pt;"&gt;. I've tested it and can validate it does work, even though it's not documented.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/levenshtein-in-Qliksense/m-p/1458299#M35942</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2018-08-22T15:49:51Z</dc:date>
    </item>
  </channel>
</rss>

