<?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: Exclude certain data by row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745867#M660594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Testing, thanks for you quick replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 21:24:54 GMT</pubDate>
    <dc:creator>jenmclean</dc:creator>
    <dc:date>2015-03-04T21:24:54Z</dc:date>
    <item>
      <title>Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745863#M660588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a sample of a chart I am working on. In the &lt;STRONG&gt;Vendor Inv&lt;/STRONG&gt; column as well as the &lt;STRONG&gt;Notes&lt;/STRONG&gt; column, AP puts in the trigger &lt;STRONG&gt;CLEAR&lt;/STRONG&gt; in either one or both of these fields. The end use of the report is to export into Excel with the final output being uploaded in the software that generates the actual printing of the checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to &lt;SPAN style="text-decoration: underline;"&gt;exclude any rows&lt;/SPAN&gt; that have the trigger &lt;STRONG&gt;CLEAR&lt;/STRONG&gt; in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I either script it or write an expression to handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Exclude CLEAR.png" class="image-1 jive-image" src="/legacyfs/online/79909_Exclude CLEAR.png" style="width: 620px; height: 268px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 20:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745863#M660588</guid>
      <dc:creator>jenmclean</dc:creator>
      <dc:date>2015-03-04T20:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745864#M660589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can exclude this rows in the load with a WHERE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Where not WildMatch(Notes,'*CLEAR*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745864#M660589</guid>
      <dc:creator />
      <dc:date>2015-03-04T21:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745865#M660591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jennie,&lt;/P&gt;&lt;P&gt;Can you provide the expression being used to create this straight table...the way to eliminate the 'clear' field value from the straight table is to&amp;nbsp; write a set analysis expression .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like below...&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;[Vendor Inv]-={'CLEAR'}&amp;nbsp; and Notes-={'CLEAR'}&amp;gt;} [Check#])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745865#M660591</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-03-04T21:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745866#M660593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use the WildMatch() function in the Load script to set a flag against the rows and then use Set Analysis to filter on that in your Chart expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to adapt this expression to your needs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if ( WildMatch('vbn CLEAR mmm' , '*CLEAR*') , 'Discard' , 'Keep' )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745866#M660593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745867#M660594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Testing, thanks for you quick replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745867#M660594</guid>
      <dc:creator>jenmclean</dc:creator>
      <dc:date>2015-03-04T21:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745868#M660597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, in the script, I do not need a wild match, need an exact match from both these fields. How would I write it, I have tried a couple of different ways...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&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;TRA_VendInvoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'CLEAR') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&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;TRA_VendPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'CLEAR'); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745868#M660597</guid>
      <dc:creator>jenmclean</dc:creator>
      <dc:date>2015-03-04T22:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745869#M660599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean that both must = CLEAR then try :&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: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where&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;not&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;Match&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;TRA_VendInvoice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'CLEAR') and &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Match&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;TRA_VendPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'CLEAR');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;to exclude them from a Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745869#M660599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T22:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745870#M660602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Needs to be an OR, one field may have CLEAR in it but not the other one and vice versa, data entry is inconsistent at times,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try the same code with OR instead of AND, does not seem to work, still show CLEAR in the notes field in the Chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745870#M660602</guid>
      <dc:creator>jenmclean</dc:creator>
      <dc:date>2015-03-04T22:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745871#M660605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Match() is useful when you have multiple values to test against. It think it would be clearer to write using a simple &amp;lt;&amp;gt; operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TRA_VendInvoice &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'CLEAR' AND &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TRA_VendPO &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'CLEAR'&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Your condition is an "AND" by the way.&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 23:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745871#M660605</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-03-04T23:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745872#M660608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work, check the QVW in the attachment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745872#M660608</guid>
      <dc:creator />
      <dc:date>2015-03-05T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude certain data by row</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745873#M660610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone, I had to rethink the data but all your comments helped me so sort it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 15:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-certain-data-by-row/m-p/745873#M660610</guid>
      <dc:creator>jenmclean</dc:creator>
      <dc:date>2015-03-05T15:39:35Z</dc:date>
    </item>
  </channel>
</rss>

