<?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 Straight Table filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139303#M913562</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;Below is the code that I used to load PO with &lt;STRONG&gt;trackCode BOOKCONF or BOOKED.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to look for BOOKED first, if not found use BOOKCONF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I code. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;STRONG style="color: blue; font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;StatusDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;fileNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;loggedBy&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;POConfirmBy&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; [TrackTrace.qvd] (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;) &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; &amp;gt;= '01-01-2015' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;MATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,'BOOKCONF','BOOKED') ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Straight Table result. I only want BOOKED if both BOOKED &amp;amp; BOOKCONF are found for OMSPO# 00065849 .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139303#M913562</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;Below is the code that I used to load PO with &lt;STRONG&gt;trackCode BOOKCONF or BOOKED.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to look for BOOKED first, if not found use BOOKCONF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I code. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;STRONG style="color: blue; font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;StatusDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;fileNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;loggedBy&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;POConfirmBy&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; [TrackTrace.qvd] (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;) &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; &amp;gt;= '01-01-2015' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: blue;"&gt;MATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,'BOOKCONF','BOOKED') ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Straight Table result. I only want BOOKED if both BOOKED &amp;amp; BOOKCONF are found for OMSPO# 00065849 .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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/Straight-Table-filtering/m-p/1139303#M913562</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139304#M913563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that demonstrates the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 07:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139304#M913563</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-25T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139305#M913564</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;Something like that:&lt;/P&gt;&lt;P&gt;1. Load rows with trcakCode='BOOKED'&lt;/P&gt;&lt;P&gt;2. Load rows with &lt;SPAN style="font-size: 13.3333px;"&gt;trcakCode='BOOKCONF' where not exist key rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;StatusDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;fileNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;loggedBy&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;POConfirmBy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;trackDate&amp;amp;'|'&amp;amp;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;fileNumber&amp;amp;'|'&amp;amp;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;loggedBy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; [TrackTrace.qvd] (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; &amp;gt;= '01-01-2015' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;MATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;,'BOOKED') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;concatenate (t1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;StatusDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;fileNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;loggedBy&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;POConfirmBy&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; [TrackTrace.qvd] (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt; &amp;gt;= '01-01-2015' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;MATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;,'&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BOOKCONF&lt;/STRONG&gt;') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and not exits(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ID, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;trackDate&amp;amp;'|'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;fileNumber&amp;amp;'|'&amp;amp;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;loggedBy&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 08:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139305#M913564</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-05-25T08:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139306#M913565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It show only PO with BOOKED status, but some PO with only BOOKCONF status didn't appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic is if BOOKED and BOOKCONF is found, take BOOKED. else if only BOOKCONF is found, take COONCONF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. if &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 09:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139306#M913565</guid>
      <dc:creator />
      <dc:date>2016-05-25T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139307#M913566</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;As I can see in your word there is a field &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;OMSPO# that I can use like a key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then:&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;t1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; color: blue;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;StatusDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;fileNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;loggedBy&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;POConfirmBy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OMSPO#&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt; [TrackTrace.qvd] (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt; &amp;gt;= '01-01-2015' &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;MATCH&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;,'BOOKED') &amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;concatenate (t1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; color: blue;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;StatusDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;fileNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;loggedBy&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;POConfirmBy&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt; [TrackTrace.qvd] (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt; &amp;gt;= '01-01-2015' &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: blue;"&gt;MATCH&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: maroon;"&gt;trackCode&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;,'&lt;STRONG style="font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt;BOOKCONF&lt;/STRONG&gt;')&amp;gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;and not exits(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;OMSPO#&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: black;"&gt;drop field &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;OMSPO#;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 12:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139307#M913566</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-05-25T12:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139308#M913567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linked field is fileNumer, so I tried below code but still failed :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;              Date(trackDate) as StatusDate,    fileNumber , trackCode,  loggedBy  as POConfirmBy&lt;/P&gt;&lt;P&gt;FROM  (qvd)&lt;/P&gt;&lt;P&gt;where trackDate &amp;gt;= '01-01-2015'&lt;/P&gt;&lt;P&gt;and MATCH(trackCode,'BOOKED') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;         Date(trackDate) as StatusDate,    fileNumber , trackCode,  loggedBy  as POConfirmBy&lt;/P&gt;&lt;P&gt;FROM  (qvd)&lt;/P&gt;&lt;P&gt;where trackDate &amp;gt;= '01-01-2015' and MATCH(trackCode,'BOOKCONF') and not Exists (fileNumber);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fileNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POConfirmBy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StatusDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trackCode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OMSPO#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142173&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jiweil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013961&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142173&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;omslife&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKCONF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013961&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142173&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;omslife&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;04/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKCONF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013961&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142461&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jiweil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013987&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142461&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;omslife&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;04/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKCONF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013987&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142462&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jiweil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013988&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142462&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;omslife&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;04/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKCONF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013988&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected result should be as follow :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fileNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POConfirmBy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StatusDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trackCode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OMSPO#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142173&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jiweil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013961&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142461&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jiweil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013987&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142462&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;omslife&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;04/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKCONF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013988&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100142463&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jiweil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03/02/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOOKED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000013989&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 10014262, BOOKCONF appear as there in only 1 fileNumber with BOONCONF.&lt;/P&gt;&lt;P&gt;The rest has 2 lines BOOKED, BOOKCONF, thus only BOOKED will be taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the full code for your reference.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 06:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139308#M913567</guid>
      <dc:creator />
      <dc:date>2016-05-30T06:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139309#M913568</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;The problem is you have already loaded field "fileNumber".&lt;/P&gt;&lt;P&gt;If you change your script to (bellow) it will work:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;[T1]:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(trackDate) as StatusDate,&amp;nbsp;&amp;nbsp;&amp;nbsp; fileNumber as fileNumber_id, trackCode,&amp;nbsp; loggedBy&amp;nbsp; as POConfirmBy&lt;/P&gt;&lt;P&gt;FROM [TrackTrace.qvd] (qvd) &lt;/P&gt;&lt;P&gt;where trackDate &amp;gt;= '01-01-2015' &lt;/P&gt;&lt;P&gt;and MATCH(trackCode,'BOOKED') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(trackDate) as StatusDate,&amp;nbsp;&amp;nbsp;&amp;nbsp; fileNumber_id , trackCode,&amp;nbsp; loggedBy&amp;nbsp; as POConfirmBy&lt;/P&gt;&lt;P&gt;FROM [TrackTrace.qvd] (qvd) &lt;/P&gt;&lt;P&gt;where trackDate &amp;gt;= '01-01-2015' and MATCH(trackCode,'BOOKCONF') and not Exists (&lt;SPAN style="font-size: 13.3333px;"&gt;fileNumber_id,&lt;/SPAN&gt;fileNumber);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename table [T1] into temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[T1]:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;StatusDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;fileNumber_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as &lt;SPAN style="font-size: 13.3333px;"&gt;fileNumber,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;trackCode,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;POConfirmBy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop table temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139309#M913568</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-05-31T09:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139310#M913569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. Can I ask you 1 more question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to hardcode the column TransportMode to filter on B, C, V and blank when I select BOOKED ?&lt;/P&gt;&lt;P&gt;I tried Ass Calculated Dimension, but it didn’t work. I believe I need another IF statement in the Expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;[cid:image002.png@01D1BB87.F01804A0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139310#M913569</guid>
      <dc:creator />
      <dc:date>2016-05-31T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139311#M913570</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;If I understand your question correctly then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(trackCode='BOOKED',null(),If(Match(TrasportMode,'B','C','V')&amp;gt;0,&lt;SPAN style="font-size: 13.3333px;"&gt;TrasportMode))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139311#M913570</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-06-01T05:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139312#M913571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this statement :&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;load  fileNumber,&lt;/P&gt;&lt;P&gt;if(trackCode='BOOKED',null(),If(Match(TransportMode,'B','C','V',' ')&amp;gt;0,TransportMode)),&lt;/P&gt;&lt;P&gt;if(trackCode='BOOKCONBF',null(),If(Match(TransportMode,'A','B','T')&amp;gt;0,TransportMode))&lt;/P&gt;&lt;P&gt;resident ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I only received fileNumber with trackCode=’BOOKED, how should I change the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My desire result is to get filenNmber where  trackCode = BOOKED and TransportMode = B, C, V&lt;/P&gt;&lt;P&gt;And fileNumber where trackCode = BOOKCONF and TransportMode = A, P, T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help. Thank you.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 12:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139312#M913571</guid>
      <dc:creator />
      <dc:date>2016-06-05T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139313#M913572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your code, but the system hung at table T1. Pls see the attach script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help again. Thank you.&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 14:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139313#M913572</guid>
      <dc:creator />
      <dc:date>2016-06-06T14:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139314#M913573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attach. Could you add&amp;nbsp; a logfile next time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 05:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139314#M913573</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-06-07T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139315#M913574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but still can’t get the desired result. Pls see my result in EXCEL and the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should have BOOKED &amp;amp; BOOKCONF lines appear in the result.&lt;/P&gt;&lt;P&gt;The logic is that if BOOKED &amp;amp; BOOKCONF are found, get the date from BOOKED and ignore BOOKCONF.&lt;/P&gt;&lt;P&gt;But if only BOOKCONF is found, then get the date from BOOKCONF.&lt;/P&gt;&lt;P&gt;Sorry, I couldn’t find the location of the Log file in QlikTech folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 09:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139315#M913574</guid>
      <dc:creator />
      <dc:date>2016-06-07T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139316#M913575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Let's do the next:&lt;/P&gt;&lt;P&gt;1. Replace qvd files with "inline load".&lt;/P&gt;&lt;P&gt;2. add some rows in the inline load that show possible situation for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BOOKED &amp;amp; BOOKCONF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;3. Attach qvw file with what you do above.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 04:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139316#M913575</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-06-08T04:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139317#M913576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached are the import files and QVD. Appreciate your help. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 03:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139317#M913576</guid>
      <dc:creator />
      <dc:date>2016-06-09T03:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139318#M913577</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;Your problems are:&lt;/P&gt;&lt;P&gt;1. inner join instead of left join&lt;/P&gt;&lt;P&gt;2. where cause - you exclude some lines and so your cannot find BOOKCONF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked sript for T1 - there were lines with BOOKCONF.&lt;/P&gt;&lt;P&gt;Anywhere see attach with script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139318#M913577</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-06-09T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139319#M913578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much, it work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         But when I select the period e.g. 2016/04 from the box, those item in T1 didn’t appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         If I didn’t make any selection, the records in T1 appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         I just join this T1 to main table  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         Also I must remark the statement Drop table, else it won’t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without selection shown T1 records which is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With selection&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;Regards,&lt;/P&gt;&lt;P&gt;Andros Goh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 12:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139319#M913578</guid>
      <dc:creator />
      <dc:date>2016-06-11T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139320#M913579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my advise is correct then could you close the topic and start a new one. &lt;/P&gt;&lt;P&gt;If you add your qvw to a new topic you will recieve an answer faster from community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 06:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-filtering/m-p/1139320#M913579</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2016-06-14T06:10:39Z</dc:date>
    </item>
  </channel>
</rss>

