<?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: Delete rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895021#M658953</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;Are your fields Subradlinje and Type expressions or dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because if they are expressions, then you have to identify the case where Subradlinje=0 AND Type=4 and make a where condition to exclude those case&lt;/P&gt;&lt;P&gt;Otherwise if they are dimensions, then use the condition:&lt;/P&gt;&lt;P&gt;WHERE NOT (Subradlinje=0 AND Type=4);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 12:21:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-23T12:21:30Z</dc:date>
    <item>
      <title>Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895015#M658947</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 want to delete the the row with combination 0 and 4 (red) in my script. How will my where statment look like, I use qvd file.&lt;IMG alt="2015-04-23_1400.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84591_2015-04-23_1400.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895015#M658947</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2015-04-23T12:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895016#M658948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * from Table where Orderrad=20 and subradlinje=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895016#M658948</guid>
      <dc:creator />
      <dc:date>2015-04-23T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895017#M658949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;P&gt;WHERE NOT(Subradlinje=0 AND Type=4);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895017#M658949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-23T12:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895018#M658950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the where clause should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Subradlinje &amp;lt;&amp;gt; 0 and Type&amp;lt;&amp;gt; 4;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895018#M658950</guid>
      <dc:creator />
      <dc:date>2015-04-23T12:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895019#M658951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael, that was my first solution before I post in the community, but:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-04-23_1414.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84598_2015-04-23_1414.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895019#M658951</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2015-04-23T12:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895020#M658952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Michael,&lt;/P&gt;&lt;P&gt;you are right, forgot the bracket &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895020#M658952</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2015-04-23T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895021#M658953</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;Are your fields Subradlinje and Type expressions or dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because if they are expressions, then you have to identify the case where Subradlinje=0 AND Type=4 and make a where condition to exclude those case&lt;/P&gt;&lt;P&gt;Otherwise if they are dimensions, then use the condition:&lt;/P&gt;&lt;P&gt;WHERE NOT (Subradlinje=0 AND Type=4);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-rows/m-p/895021#M658953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-23T12:21:30Z</dc:date>
    </item>
  </channel>
</rss>

