<?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: Hiding rows based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536883#M550248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a slightly different issue. We import parts from various countries. Each part has a code, a vendor, and a tariff treatment, depending on where the vendor made/bought the part. For one part code, there can be many different tariff treatments from the same vendor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want a table that shows ONLY cases where one part code from one vendor has two or more tariff treatments. &lt;/P&gt;&lt;P&gt;It is sorted by Part Code, then Vendor. &lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Part&amp;nbsp; vendor&amp;nbsp;&amp;nbsp; TT&amp;nbsp; Price&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 5.5&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;2A&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;2A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; 11.2&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, we would want the output to be:&lt;/P&gt;&lt;P&gt;Part Vendor TT Price&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp; 5.5&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 10.5&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp; 11.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do this using the ABOVE function, but it apparently doesn't work on dimensions, only expressions. &lt;/P&gt;&lt;P&gt;But when I tried it on the expressions, I didn't get the results I wanted either For example, I created in my script&lt;/P&gt;&lt;P&gt;a "PV" field, which was simply the concatenation of Part and Vendor, and put in the formula (expression)&lt;/P&gt;&lt;P&gt;=if(PV=Above(PV,1),PV,0) However, this gave me all the rows, even if the Part # was different from the row above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on this? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2014 17:15:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-27T17:15:20Z</dc:date>
    <item>
      <title>Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536878#M550243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with dimensions and expressions.&amp;nbsp; I am trying to hide the entire row if the amount = 0&lt;/P&gt;&lt;P&gt;Under the presentation tab, for each of the columns, I have a conditional statement - IF(GL_AMOUNT&amp;gt;0, expression)&lt;/P&gt;&lt;P&gt;and the suppress zero values &amp;amp; suppress missing is also checked. &lt;/P&gt;&lt;P&gt;The row is still showing up. &lt;/P&gt;&lt;P&gt;Is there something I'm missing???&lt;/P&gt;&lt;P&gt;Any other suggestions?????&lt;/P&gt;&lt;P&gt;Here's what the screen looks like.&amp;nbsp; As you can see from prod_order 123057, there are two cost_price 260 &amp;amp; 261 that have 0 for gl_amount.&amp;nbsp; I would like to hide these rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/50928_pastedImage_1.jpg" style="width: 620px; height: 233px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 15:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536878#M550243</guid>
      <dc:creator />
      <dc:date>2013-12-30T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536879#M550244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That conditional statement is to show or hide the entire column. That won't work for what you want to do. You need to add the if clause to every expression. Or use set analysis expressions; for example &lt;EM&gt;sum(NO_OF_UNITS)&lt;/EM&gt; would become &lt;EM&gt;sum({&amp;lt;GL_AMOUNT={'&amp;gt;0'}&amp;gt;} NO_OF_UNITS).&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 15:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536879#M550244</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-30T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536880#M550245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional hide / show statements work only per chart, not per row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To hide a row, you need to activate 'supress zero values' on presentation tab and then make sure, that &lt;EM&gt;all &lt;/EM&gt;expressions return zero for that row, e.g. by checking for the result of GL_Amount:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(GL_AMOUNT) &amp;gt;0, Only(POSTING_DATE),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the POSTING_DATE column expression. To help you more, you need to post more details about your dimensions and expressions used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 15:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536880#M550245</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-30T15:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536881#M550246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that the value is actually 0? If the value was 0 then it would actually display $0.00. You should actually test using the IsNull() function, and choose to only display values where the values are not null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if these values are not need anywhere in the application, then you could restrict the load within the LOAD statement, doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;fieldA,&lt;/P&gt;&lt;P&gt;fieldB,&lt;/P&gt;&lt;P&gt;GL_AMOUNT&lt;/P&gt;&lt;P&gt;where isNull(GL_AMOUNT) &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. Please mark as answered and helpful if so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 15:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536881#M550246</guid>
      <dc:creator>mjm</dc:creator>
      <dc:date>2013-12-30T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536882#M550247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the expressions tab, I had checked the conditional button and placed the if condition there.&lt;/P&gt;&lt;P&gt;I moved the if condition to the definition for the expression and that worked.&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 15:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536882#M550247</guid>
      <dc:creator />
      <dc:date>2013-12-30T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536883#M550248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a slightly different issue. We import parts from various countries. Each part has a code, a vendor, and a tariff treatment, depending on where the vendor made/bought the part. For one part code, there can be many different tariff treatments from the same vendor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want a table that shows ONLY cases where one part code from one vendor has two or more tariff treatments. &lt;/P&gt;&lt;P&gt;It is sorted by Part Code, then Vendor. &lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Part&amp;nbsp; vendor&amp;nbsp;&amp;nbsp; TT&amp;nbsp; Price&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; 5.5&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;2A&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;2A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.5&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; 11.2&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, we would want the output to be:&lt;/P&gt;&lt;P&gt;Part Vendor TT Price&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;1A&amp;nbsp;&amp;nbsp;&amp;nbsp; XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp; 5.5&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 10.5&lt;/P&gt;&lt;P&gt;3B&amp;nbsp;&amp;nbsp; ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp; 11.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do this using the ABOVE function, but it apparently doesn't work on dimensions, only expressions. &lt;/P&gt;&lt;P&gt;But when I tried it on the expressions, I didn't get the results I wanted either For example, I created in my script&lt;/P&gt;&lt;P&gt;a "PV" field, which was simply the concatenation of Part and Vendor, and put in the formula (expression)&lt;/P&gt;&lt;P&gt;=if(PV=Above(PV,1),PV,0) However, this gave me all the rows, even if the Part # was different from the row above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on this? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 17:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/536883#M550248</guid>
      <dc:creator />
      <dc:date>2014-11-27T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/1692987#M550249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18624"&gt;@Gysbert_Wassenaar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I have sections in 0-2, 2-4 , 4-5 in Gauge charts which has scores. Now&amp;nbsp; I am creating table in which I want to show lowest 10 score comes under 0-2 score entries.&lt;/P&gt;&lt;P&gt;Any help ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Shubham&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 12:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-based-on-condition/m-p/1692987#M550249</guid>
      <dc:creator>Shubham_D</dc:creator>
      <dc:date>2020-04-13T12:42:16Z</dc:date>
    </item>
  </channel>
</rss>

