<?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 ROW if it contains specific value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316751#M826241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friedrich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your ideas.&lt;BR /&gt;I'll try to add some kind of flags and see what I can do from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2017 05:46:48 GMT</pubDate>
    <dc:creator>fgirardin</dc:creator>
    <dc:date>2017-07-05T05:46:48Z</dc:date>
    <item>
      <title>Remove ROW if it contains specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316747#M826237</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;I'm working on a table that shows all item that we haven't shipped yet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$ &amp;lt;DOCUMENT_CODE={"BL"}&amp;gt;} PRICE/QTY_SOLD*QTY_NOT_SHIPPED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check all my shipping documents (BL) and compare Qty of ITEM Sold against Qty of ITEMS waiting to be shipped&lt;/P&gt;&lt;P&gt;It allows me to find orders that are not fulfilled yet (either in full or partially)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv555.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168884_qv555.PNG" style="height: 126px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;As you can see, we often have items with a price of 0.00 (repair under warranty, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine except for 1 minor issue. When sales persons add a discount, they use a specific item to do so. &lt;/P&gt;&lt;P&gt;This specific item keeps filling my reports as it's never removed (sold) and I can't have a clear view of my unfulfilled items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv556.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168888_qv556.PNG" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to hide Rows containing specific value(s) ??&lt;/P&gt;&lt;P&gt;In my report, the elements I wish to hide have several descriptions, positions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have&amp;nbsp; nice day&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/Remove-ROW-if-it-contains-specific-value/m-p/1316747#M826237</guid>
      <dc:creator>fgirardin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ROW if it contains specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316748#M826238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how is the specific item specified &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316748#M826238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-03T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ROW if it contains specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316749#M826239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally yes, you do - but you will have to implement the criteria for the &amp;gt;&amp;gt;rows you do not want to show &amp;lt;&amp;lt; into your dimension - you can make a flag_field in the script combining all the criteria for &amp;gt;&amp;gt;rows you do not want to show&amp;lt;&amp;lt; and use that as a second dimension and build an IF_clause into that second dimension.&lt;/P&gt;&lt;P&gt;There is also the possibility to add formulas on the "presentation" tab, but I'm not sure whether that works for arbitrary rows ... just give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316749#M826239</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-07-03T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ROW if it contains specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316750#M826240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's items from our ERP (don't know why they decided to use actual item for that purpose but I'm only the IT guy, I don't ask questions ^^)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item N° that I'd like to remove from the table are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Rabais final prix"&lt;/P&gt;&lt;P&gt;200028&lt;/P&gt;&lt;P&gt;200029&lt;/P&gt;&lt;P&gt;.&amp;nbsp; (yes they use a dot as an item in our ERP.....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most commonly used item is "Rabais final prix" wich has always the same line position on our invoice: 8810&lt;/P&gt;&lt;P&gt;If I could remove this one at least, it would help a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried some "IF" conditions but it slows everything down (it's still manageable though)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 05:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316750#M826240</guid>
      <dc:creator>fgirardin</dc:creator>
      <dc:date>2017-07-05T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ROW if it contains specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316751#M826241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friedrich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your ideas.&lt;BR /&gt;I'll try to add some kind of flags and see what I can do from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 05:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316751#M826241</guid>
      <dc:creator>fgirardin</dc:creator>
      <dc:date>2017-07-05T05:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ROW if it contains specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316752#M826242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a flag field with specific IF conditions for each Item I don't want to see then filtered this field and it works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 06:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-ROW-if-it-contains-specific-value/m-p/1316752#M826242</guid>
      <dc:creator>fgirardin</dc:creator>
      <dc:date>2017-07-05T06:01:53Z</dc:date>
    </item>
  </channel>
</rss>

