<?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: Including fuzzy search on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103528#M891037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you are doing, would you be able to elaborate? and provide a sample may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 10:47:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-29T10:47:12Z</dc:date>
    <item>
      <title>Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103527#M891036</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;I would like to filter data based on selected string value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: I have fields email&amp;nbsp; and zemail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selected email =CCmark I can see two fields related in zemail like CCmark,NPCargo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want a text box selected on selection of data having zemail= CCmark when I click email =CCmark .I tried wildmatch but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest&amp;nbsp; me a better approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103527#M891036</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103528#M891037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you are doing, would you be able to elaborate? and provide a sample may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 10:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103528#M891037</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T10:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103529#M891038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try this in text box expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;=GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;zemail &lt;/SPAN&gt;,'; ')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 10:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103529#M891038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T10:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103530#M891039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I am trying to do is , I am making a conditional display of a text box object.&lt;/P&gt;&lt;P&gt;In layout I have mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Email&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)= &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;z_Email&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Actuals&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The prob what am facing here is zemail is giving two values but I want the wont that matches with email alone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Prajna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103530#M891039</guid>
      <dc:creator />
      <dc:date>2016-08-29T11:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103531#M891040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Email include two values of z-Email? I am still not sure I understand, would you be able to provide a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103531#M891040</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-29T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103532#M891041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;max(if (&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Email&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;z_Email,1,0))=1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Actuals&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&amp;gt;0,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103532#M891041</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-08-29T12:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Including fuzzy search on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103533#M891042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that helped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-fuzzy-search-on-selection/m-p/1103533#M891042</guid>
      <dc:creator />
      <dc:date>2016-08-29T12:47:44Z</dc:date>
    </item>
  </channel>
</rss>

