<?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: remove rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597688#M1107473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup. Absolutely true &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 14:15:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-20T14:15:24Z</dc:date>
    <item>
      <title>remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597684#M1107469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I loaded query from SQL, where I got many rows for each respondentID.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55399_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I want to remove rows, which has Adoption.&lt;/P&gt;&lt;P&gt;I tried to load from resident table with condition where Dimension&amp;lt;&amp;gt;'Adoption'. Didn't work.&lt;/P&gt;&lt;P&gt;How to remove them?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597684#M1107469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T20:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597685#M1107470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give a screen shot of your script where you tried this load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I will have a look...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597685#M1107470</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-03-19T20:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597686#M1107471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Field names and values are case sensitive so make sure they match and also check the spelling&lt;/LI&gt;&lt;LI&gt;Do a preload like below&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Where Dimension &amp;lt;&amp;gt; 'Adoption' ;&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;From DataBase;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597686#M1107471</guid>
      <dc:creator />
      <dc:date>2014-03-19T20:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597687#M1107472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code would this not bring all the rows across from SQL regardless of the Dimension, and then subsequently drop them out of memory.&amp;nbsp; This be a waste of bandwidth and not make use of any SQL indexing.&amp;nbsp; Surely this would be more efficient:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;SQL Select *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;From DataBase&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Where Dimension &amp;lt;&amp;gt; 'Adoption' &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message-abuse!input.jspa?objectID=491302&amp;amp;objectType=2" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 23:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597687#M1107472</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-19T23:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597688#M1107473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup. Absolutely true &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 14:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-rows/m-p/597688#M1107473</guid>
      <dc:creator />
      <dc:date>2014-03-20T14:15:24Z</dc:date>
    </item>
  </channel>
</rss>

