<?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 Qlikview - hide some rows based on a row value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873345#M72044</link>
    <description>&lt;P&gt;hi everybody.&amp;nbsp; The field value is computer thought an set analysis. The variable is called "vEpression" I have a Pivot table that represents a P&amp;amp;L with this shape:&lt;BR /&gt;&lt;BR /&gt;ID&amp;nbsp; &amp;nbsp; P&amp;amp;LNature&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quantities&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;342&lt;/P&gt;
&lt;P&gt;6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Gross Sales&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43543&lt;/P&gt;
&lt;P&gt;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Gross Margin std&amp;nbsp; &amp;nbsp; 45345&lt;/P&gt;
&lt;P&gt;..&lt;BR /&gt;&lt;BR /&gt;i would like to create three different levels activated by three buttons. For example, at level 3, I would like to visualise just the natures (ID) 1,6,11, 18. At level 2 1,5,6,7,11,12,18 and at level 3 i would like to visualise all the levels (1,....,20). Does anyone know how to do it?&amp;nbsp;&lt;BR /&gt;I thought about:&amp;nbsp;&lt;BR /&gt;-this table inner join with an array containing the index that i want to visualise but I don't know how to practically do it.&lt;BR /&gt;-I added another dimension (let's call it ID_remove) with has 1 or 0 depending on which button is clicked and suppressing those value. In this case it suppress even other rows that are 0 ( obviously) but I don't want this to happen, moreover the pivot table doesn't allow me to hide this new expression.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 15:18:05 GMT</pubDate>
    <dc:creator>issamassi</dc:creator>
    <dc:date>2021-12-20T15:18:05Z</dc:date>
    <item>
      <title>Qlikview - hide some rows based on a row value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873345#M72044</link>
      <description>&lt;P&gt;hi everybody.&amp;nbsp; The field value is computer thought an set analysis. The variable is called "vEpression" I have a Pivot table that represents a P&amp;amp;L with this shape:&lt;BR /&gt;&lt;BR /&gt;ID&amp;nbsp; &amp;nbsp; P&amp;amp;LNature&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quantities&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;342&lt;/P&gt;
&lt;P&gt;6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Gross Sales&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43543&lt;/P&gt;
&lt;P&gt;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Gross Margin std&amp;nbsp; &amp;nbsp; 45345&lt;/P&gt;
&lt;P&gt;..&lt;BR /&gt;&lt;BR /&gt;i would like to create three different levels activated by three buttons. For example, at level 3, I would like to visualise just the natures (ID) 1,6,11, 18. At level 2 1,5,6,7,11,12,18 and at level 3 i would like to visualise all the levels (1,....,20). Does anyone know how to do it?&amp;nbsp;&lt;BR /&gt;I thought about:&amp;nbsp;&lt;BR /&gt;-this table inner join with an array containing the index that i want to visualise but I don't know how to practically do it.&lt;BR /&gt;-I added another dimension (let's call it ID_remove) with has 1 or 0 depending on which button is clicked and suppressing those value. In this case it suppress even other rows that are 0 ( obviously) but I don't want this to happen, moreover the pivot table doesn't allow me to hide this new expression.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873345#M72044</guid>
      <dc:creator>issamassi</dc:creator>
      <dc:date>2021-12-20T15:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - hide some rows based on a row value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873350#M72046</link>
      <description>&lt;P&gt;Your first approach sounds like it would work and probably be the simplest option...&lt;/P&gt;
&lt;P&gt;Load * INLINE [&lt;/P&gt;
&lt;P&gt;Level, ID&lt;/P&gt;
&lt;P&gt;3, 1&lt;/P&gt;
&lt;P&gt;3,6&lt;/P&gt;
&lt;P&gt;3,11&lt;/P&gt;
&lt;P&gt;3,18&lt;/P&gt;
&lt;P&gt;2,1&lt;/P&gt;
&lt;P&gt;2,5&lt;/P&gt;
&lt;P&gt;2,6&lt;/P&gt;
&lt;P&gt;2,7&lt;/P&gt;
&lt;P&gt;2,11&lt;/P&gt;
&lt;P&gt;2,12&lt;/P&gt;
&lt;P&gt;2,18&lt;/P&gt;
&lt;P&gt;3,1&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;3,20&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873350#M72046</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-20T15:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - hide some rows based on a row value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873352#M72047</link>
      <description>&lt;P&gt;ok, so basically I load this new table with the pair level - id. How can I activate and visualize the the different join in the same table? (I want only one table at the time)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 15:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873352#M72047</guid>
      <dc:creator>issamassi</dc:creator>
      <dc:date>2021-12-20T15:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - hide some rows based on a row value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873496#M72054</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160159"&gt;@issamassi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;ok, so basically I load this new table with the pair level - id. How can I activate and visualize the the different join in the same table? (I want only one table at the time)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry, I don't understand what you mean.&lt;/P&gt;
&lt;P&gt;You would set this field as Always One Selected, probably, to avoid multiple values being selected (though I think it wouldn't be harmful if no / multiple vales were selected, it would just show the most detailed one).&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 20:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlikview-hide-some-rows-based-on-a-row-value/m-p/1873496#M72054</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-20T20:19:13Z</dc:date>
    </item>
  </channel>
</rss>

