<?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: match and wildmatch behaviour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941864#M973065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(W&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ildMatch(system_result,'*occurred*'), system_result)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2015 09:03:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-14T09:03:07Z</dc:date>
    <item>
      <title>match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941863#M973064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in getting clarified wildmatch behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used inline statement with the field name as system_result &lt;/P&gt;&lt;P&gt;values of the field are&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;An error has occurred&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Error processing account nnnn&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;i have loaded this inline statement in the script and added this field to main sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the text box with the the text as "=wildmatch(system_result,'*occurred*')"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the wildmatch behaviour, what the text object should display here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use "=match(system_result,'An error has occurred'), what the text object should display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, it is showing the '-' symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 05:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941863#M973064</guid>
      <dc:creator>konidena</dc:creator>
      <dc:date>2015-09-14T05:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941864#M973065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(W&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ildMatch(system_result,'*occurred*'), system_result)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 09:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941864#M973065</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-14T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941865#M973066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be, it returns system_result where occurrence of &lt;STRONG&gt;occurred &lt;/STRONG&gt;is only one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only(If(wildmatch(system_result,'*occurred*'),system_result))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 09:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941865#M973066</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-09-14T09:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941866#M973067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use below syntax in straight table :&lt;/P&gt;&lt;P&gt;=If(W&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ildMatch(system_result,'*occurred*'), system_result)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text box will not display any text unless a relevant field is selected&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 09:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941866#M973067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-14T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941867#M973068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor411"&gt;&lt;/A&gt;&lt;A name="wildmatch"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;Hi Srinivas&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;this is the syntax for wildmatch function&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;wildmatch(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; str, expr1 [ , expr2,...exprN ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;wildmatch&lt;/SPAN&gt; function performs a case insensitive comparison and permits the use of wildcard characters (&lt;SPAN class="Bold"&gt; *&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;?&lt;/SPAN&gt;) in the comparison strings. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;wildmatch( M, 'ja*','fe?','mar')&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;January&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;2 &lt;/SPAN&gt;if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;fex&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and check with&amp;nbsp; this&lt;/P&gt;&lt;P&gt;wildmatch(&lt;SPAN style="color: #2b2b2b; font-size: 13.3333px;"&gt;An error has occurred,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'*occurred*'&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 10:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941867#M973068</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2015-09-14T10:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941868#M973069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;As per the wildmatch behaviour, what the text object should display here&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;If i use "=match(system_result,'An error has occurred'), what the text object should display.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&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;it depends on what your select in system_result&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for 1 values of system_result you get an answer (0,1), for different values you get - &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 11:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941868#M973069</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-14T11:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941869#M973070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941869#M973070</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-14T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941870#M973071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny for your reply. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941870#M973071</guid>
      <dc:creator>konidena</dc:creator>
      <dc:date>2015-09-15T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941871#M973072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks neetha for your valid reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I selected the value in the field "system_result", the text box is showing the relevant text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the straight table here?. Please add me to this knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you have idea on Peek and previous functions functionality, please explain me with valid real time scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i know about the peek() and Previous().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous() operates on the Input to the Load statement, whereas Peek() operates on the Output of the Load statement.&lt;/P&gt;&lt;P&gt;Peek('employee count',0) returns the first row in the table&lt;/P&gt;&lt;P&gt;Peek('employee count',-1) returns the last row in the table&lt;/P&gt;&lt;P&gt;Peek('employee count') also returns the last row. It means that, if row number not specified, it returns the last row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question: Peek() is saying the returns of data based on the mentioned row value. Where exactly we use this peek and Previous functions?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if you provided the Peek() and Previous() functions example clearly to raise my knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941871#M973072</guid>
      <dc:creator>konidena</dc:creator>
      <dc:date>2015-09-15T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941872#M973073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tripati rao for your clear reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941872#M973073</guid>
      <dc:creator>konidena</dc:creator>
      <dc:date>2015-09-15T14:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941873#M973074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sasidhar, i had provided the sample data in my query itself.&lt;/P&gt;&lt;P&gt;thanks much for your patience on my query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941873#M973074</guid>
      <dc:creator>konidena</dc:creator>
      <dc:date>2015-09-15T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: match and wildmatch behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941874#M973075</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;when comparing with only one string, you could as well use the like operator instead of the wildmatch function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_180333_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99061_QlikCommunity_Thread_180333_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_180333_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/99065_QlikCommunity_Thread_180333_Pic2.JPG" style="height: auto;" /&gt;&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;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 22:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-and-wildmatch-behaviour/m-p/941874#M973075</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-15T22:29:14Z</dc:date>
    </item>
  </channel>
</rss>

