<?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: Wildmatch example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348213#M829419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I go through with help_wildmatch but i need some proper example which understand by easily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2017 07:05:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-23T07:05:57Z</dc:date>
    <item>
      <title>Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348210#M829416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share some basic wildmatch example.&lt;/P&gt;&lt;P&gt;I tried to search but there nested data in other example i found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Wildmatch-example/m-p/1348210#M829416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348211#M829417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/wildmatch.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ConditionalFunctions/wildmatch.htm"&gt;wildmatch ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 06:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348211#M829417</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-23T06:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348212#M829418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Match() is used for a case sensitive comparison. It matches the exact searchstring you pass in the function.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for Example: Match(Name,'Raja') , returns true if a person's name is exactly Raja (R caps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WildMatch is used for a match where a string can be part of the search string.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For example :Match(Name,'Raja') will return true if a person's name is Raja, Maharaja, Rajan, or Rajat or some other string containing Raja in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MixMatch is same as Match but it is case insensitive.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348212#M829418</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-23T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348213#M829419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I go through with help_wildmatch but i need some proper example which understand by easily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348213#M829419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-23T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348214#M829420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Match() is used for a case sensitive comparison. It matches the exact searchstring you pass in the function.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for Example: Match(Name,'Raja') , returns true if a person's name is exactly Raja (R caps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WildMatch is used for a match where a string can be part of the search string.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For example :Match(Name,'Raja') will return true if a person's name is Raja, Maharaja, Rajan, or Rajat or some other string containing Raja in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MixMatch is same as Match but it is case insensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348214#M829420</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-23T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348215#M829421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Ex : wildmatch (M, 'Veerendra*', 'katikala#', 'Middle name' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 5px; font-size: 14px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;returns 1 if M = &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Veerendra&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 5px; font-size: 14px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;returns 2 if M = &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;katikala&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 5px; font-size: 14px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;return 3 if M = m&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;iddle name&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348215#M829421</guid>
      <dc:creator>veerendrakatika</dc:creator>
      <dc:date>2017-06-23T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348216#M829422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WildMatch Resturned the search string by using * and it is case insensitive,&lt;/P&gt;&lt;P&gt;ex;wildmatch(Month,'*h','f*','fe*'..,)&lt;/P&gt;&lt;P&gt;in this case its returns the search string of month field ended with ,'h',started with 'f'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;venky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348216#M829422</guid>
      <dc:creator>venkyraj</dc:creator>
      <dc:date>2017-06-23T07:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch example</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348217#M829424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You have been very active on the community but I find it hard to believe there is not one thread that you have received an answer to!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you take some time to mark correct / useful response's to your posts for the benefit of other people who may have a similar query?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please check &lt;A _jive_internal="true" href="https://community.qlik.com/people/aniket_2701/content" title="https://community.qlik.com/people/aniket_2701/content"&gt;aniket_2701&lt;/A&gt; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Read the below thread please.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-example/m-p/1348217#M829424</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-23T07:35:11Z</dc:date>
    </item>
  </channel>
</rss>

