<?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 Eliminate rows from a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842844#M655915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cananyone help me. I've attached my qvw script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having problems elminating records from the view called Completed MIlestones Delinquent. I've tried several options but can't seem to get it do to what I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual date&lt;/P&gt;&lt;P&gt;Scheduled date&lt;/P&gt;&lt;P&gt;Customerbaseline date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I only want to show the records where all three fields are populated, if they are blank or null I want to exclude them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scheduled date field is from a calculated field in the script called completeddelinquent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 13:08:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-29T13:08:16Z</dc:date>
    <item>
      <title>Eliminate rows from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842844#M655915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cananyone help me. I've attached my qvw script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having problems elminating records from the view called Completed MIlestones Delinquent. I've tried several options but can't seem to get it do to what I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual date&lt;/P&gt;&lt;P&gt;Scheduled date&lt;/P&gt;&lt;P&gt;Customerbaseline date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I only want to show the records where all three fields are populated, if they are blank or null I want to exclude them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scheduled date field is from a calculated field in the script called completeddelinquent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842844#M655915</guid>
      <dc:creator />
      <dc:date>2015-06-29T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate rows from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842845#M655916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91166_Capture.PNG" style="height: 438px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this to all your 5 expressions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(actualdate)) &amp;gt; 0 and Len(Trim(completeddelinquent)) &amp;gt; 0 and Len(Trim(customerbaseline)) &amp;gt; 0, &lt;/STRONG&gt;YourExpression&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842845#M655916</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-29T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate rows from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842846#M655917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;please find the attachment for the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842846#M655917</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-29T13:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate rows from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842847#M655918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks....that worked first time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842847#M655918</guid>
      <dc:creator />
      <dc:date>2015-06-29T13:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate rows from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842848#M655919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got your answer, I would recommend closing the thread by marking the correct answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842848#M655919</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-29T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate rows from a table</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842849#M655920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your script, use if function in conditional field and valid the dates in where clause, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; If(&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; actualdate &amp;gt; customerbaseline&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; And &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; scheduleddate &amp;gt; customerbaseline,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; scheduleddate) AS projectdelinquent&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&amp;nbsp; (Not IsNull(actualdate) And &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Not IsNull(customerbaseline) And Not IsNull(scheduleddate) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 14:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-rows-from-a-table/m-p/842849#M655920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T14:00:25Z</dc:date>
    </item>
  </channel>
</rss>

