<?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: Not Wildmatch function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636422#M446815</link>
    <description>&lt;P&gt;The value is 800 for Region A, B or C and it should be zero for others. I am trying to avoid&amp;nbsp;adding the parameter&amp;nbsp;&amp;nbsp;Line_ID&amp;nbsp; and multiplying by the month% for this calculation. The first expression is applied even if the Region does not fall under the category.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 06:25:05 GMT</pubDate>
    <dc:creator>sindisa12</dc:creator>
    <dc:date>2019-10-17T06:25:05Z</dc:date>
    <item>
      <title>Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636299#M446804</link>
      <description>&lt;P&gt;Good day.The first part of the expression below does not work when using "not wildmatch" function.&amp;nbsp; I have under Region ABC, Region A, Region B and Region C. Other Regions include D, E, F, G,H,I.&lt;/P&gt;&lt;P&gt;The first "if" statement should calculate the amount * Month3% if Region is D, E,F,G,H,I. The second "if" statement should calculate amount only if Region = A,B or C. This expression calculates correctly but the first one with "not wildmatch" function does not bring the correct results. what other function should i use instead?&lt;/P&gt;&lt;P&gt;if(match(Description,'New') and Line_ID &amp;lt;&amp;gt;20 and not wildmatch(Region, 'ABC*'),&lt;BR /&gt;Sum({&amp;lt;Line_ID_2 = {3} &amp;gt;} Amount * only(Month3%),&lt;BR /&gt;&lt;BR /&gt;if(match(Description,'New') and match(Line_ID ,20 ) and wildMatch (Region, 'ABC*'),&lt;BR /&gt;sum( Amount),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636299#M446804</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2024-11-16T19:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636305#M446805</link>
      <description>&lt;P&gt;Not sure if you condition is right or not, but try this for the true condition&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;Line_ID_2 = {3}&amp;gt;} Amount * Month3%)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Oct 2019 19:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636305#M446805</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-16T19:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636312#M446806</link>
      <description>Hi Sunny, I tried the solution and still does not work.</description>
      <pubDate>Wed, 16 Oct 2019 19:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636312#M446806</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2019-10-16T19:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636313#M446807</link>
      <description>Hi Sunny, I tried using your solution and still does not work.</description>
      <pubDate>Wed, 16 Oct 2019 19:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636313#M446807</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2019-10-16T19:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636314#M446808</link>
      <description>&lt;P&gt;Do you know what isn't working? the condition or the expression?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 19:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636314#M446808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-16T19:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636319#M446809</link>
      <description>&lt;P&gt;The expression as it is not bringing the desirable results.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 19:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636319#M446809</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2019-10-16T19:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636323#M446810</link>
      <description>&lt;P&gt;Oh so it is bringing a result, just not the one you wanted.... can you provide some information on what you are getting and what you hoped to get?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 19:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636323#M446810</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-16T19:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636391#M446814</link>
      <description>You can use Resident to calculate the sum where you can use 'NOT EXISTS' function.</description>
      <pubDate>Thu, 17 Oct 2019 05:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636391#M446814</guid>
      <dc:creator>shamiul_islam</dc:creator>
      <dc:date>2019-10-17T05:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636422#M446815</link>
      <description>&lt;P&gt;The value is 800 for Region A, B or C and it should be zero for others. I am trying to avoid&amp;nbsp;adding the parameter&amp;nbsp;&amp;nbsp;Line_ID&amp;nbsp; and multiplying by the month% for this calculation. The first expression is applied even if the Region does not fall under the category.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 06:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636422#M446815</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2019-10-17T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636423#M446816</link>
      <description>&lt;P&gt;Good day. This is done in the front end expression at the moment as parameters come from different tables.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 06:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636423#M446816</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2019-10-17T06:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636588#M446832</link>
      <description>&lt;P&gt;Problem solved. Thank you all for your help&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 10:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1636588#M446832</guid>
      <dc:creator>sindisa12</dc:creator>
      <dc:date>2019-10-17T10:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not Wildmatch function</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1639142#M447055</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Emelina, can you post what the final solution was and then use the Accept as Solution button on that post to mark it?&amp;nbsp; I can also mark Sunny's post if that is what ended up working, I just wanted to confirm.&amp;nbsp; You had marked a post that really did not make sense regarding it being the solution, so I unmarked that so as to not confuse folks coming across the post.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 17:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Wildmatch-function/m-p/1639142#M447055</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-23T17:51:35Z</dc:date>
    </item>
  </channel>
</rss>

