<?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 syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996515#M339004</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;Everithing looks ok.&lt;/P&gt;&lt;P&gt;May be you have &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;Hdr_Davey_CancellationCode=18 and &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;Line_Davey_CancellationCode=18&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 15:58:29 GMT</pubDate>
    <dc:creator>pokassov</dc:creator>
    <dc:date>2015-09-08T15:58:29Z</dc:date>
    <item>
      <title>Match syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996513#M339002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone see anything wrong with the following match statement syntax:&amp;nbsp; I can have a header or line cancellation and it can be a permanent or soft cancel.&amp;nbsp; Some how I am getting a mixed bag.&amp;nbsp; For example 18 being a soft and permanent cancel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hdr_Davey_CancellationCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '05','06','18','22','24','25','27') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Line_Davey_CancellationCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'05','06','18','22','24','25','27')),1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PermCancel&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&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;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hdr_Davey_CancellationCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'01','02','03','04','07','08','09','10','11','12','13','14','16','17','19','21','23','26','88','99') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Line_Davey_CancellationCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'01','02','03','04','07','08','09','10','11','12','13','14','16','17','19','21','23','26','88','99')),1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SoftCancel&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996513#M339002</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2015-09-08T15:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Match syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996514#M339003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;As far as I know, without getting a look at your data one can never explain why 18 is producing two positives.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif; text-decoration: line-through;"&gt;On first sight, there must be at least one row in your table that has both Hdr_Davey_CancellationCode and Line_Davey_CancellationCode set to 18, correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996514#M339003</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-08T15:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Match syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996515#M339004</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;Everithing looks ok.&lt;/P&gt;&lt;P&gt;May be you have &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;Hdr_Davey_CancellationCode=18 and &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;Line_Davey_CancellationCode=18&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996515#M339004</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-09-08T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Match syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996516#M339005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my mistake. I'll start over again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens for example when Hdr=18 and Line=01? Or any of the other possible combinations of Hdr = 5,6,18,22,24,25,27 and Line = 1,2,3,4,7,8,9,10,... or vice-versa? Logic error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996516#M339005</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-08T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Match syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996517#M339006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I sum the amount I sum it based on Softcancel or PermCancel being = to 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996517#M339006</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2015-09-08T16:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Match syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996518#M339007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the two flags cannot be set at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your possible Cancellation codes. If you have code combinations that trigger both match statements, ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-syntax/m-p/996518#M339007</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-08T16:28:18Z</dc:date>
    </item>
  </channel>
</rss>

