<?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: How to hide dimension value when a column ignore the selection of this dimension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027418#M347106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expressions for Total revenue and revenue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Mar 2016 05:29:26 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-03-20T05:29:26Z</dc:date>
    <item>
      <title>How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027414#M347102</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;I have a straight table with one dimension "reps" and 2 expressions :&lt;/P&gt;&lt;P&gt;- one that sum revenue&lt;/P&gt;&lt;P&gt;- one that sum revenue for all reps (so with ignore reps selection in set analysis).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that when I select one rep, all reps are displayed in the table with only the first expression calculated for the rep I selected and the second expression is calculated for all reps. I would like only the line with the rep selected displayed in the table.&lt;/P&gt;&lt;P&gt;In the example below, I would like only the line with Rep5 displayed.&lt;/P&gt;&lt;P&gt;How can I do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118607_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027414#M347102</guid>
      <dc:creator>chenriot</dc:creator>
      <dc:date>2016-03-18T15:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027415#M347103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to the Expression Tab and check the conditional box and use the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1458345859495548 jive_text_macro" jivemacro_uid="_1458345859495548"&gt;
&lt;P&gt;If(GetSelectedCount(Rep) &amp;gt;= 1, 0, 1)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 00:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027415#M347103</guid>
      <dc:creator>alexdataiq</dc:creator>
      <dc:date>2016-03-19T00:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027416#M347104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post a sample application&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 01:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027416#M347104</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-20T01:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027417#M347105</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;If you want the thing what you required then where are you using the second column.&lt;/P&gt;&lt;P&gt;Better post sample qvw with some dummy data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 04:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027417#M347105</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-03-20T04:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027418#M347106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expressions for Total revenue and revenue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 05:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027418#M347106</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-20T05:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027419#M347107</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression -&amp;gt; Select Conditional -&amp;gt; and give below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Rep) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no meaning of adding the second expression if you are hiding when Rep is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 03:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027419#M347107</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-21T03:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027420#M347108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the use of Total Revenue?... if you don't want to show all reps after any rep selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 06:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027420#M347108</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-21T06:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027421#M347109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for all responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, I have 2 problems :&lt;/P&gt;&lt;P&gt;1. In the example, I would like the "total revenue" column with the value 420 (sum of revenue without take care about the rep selected)&lt;/P&gt;&lt;P&gt;2. I would like only the row displayed for the rep selected.&lt;/P&gt;&lt;P&gt;This is the result I would like :&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118753_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for you help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 09:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027421#M347109</guid>
      <dc:creator>chenriot</dc:creator>
      <dc:date>2016-03-21T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027422#M347110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Revenue:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Revenue)&lt;/P&gt;&lt;P&gt;TotalRevenue:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Total{&amp;lt;Rep=&amp;gt;}Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 10:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027422#M347110</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-21T10:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027423#M347111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 10:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027423#M347111</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-21T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027424#M347112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st Expression: sum(Revenue)&lt;/P&gt;&lt;P&gt;2nd Expression: Sum(Total{&amp;lt;Rep=&amp;gt;} Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 10:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027424#M347112</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-03-21T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027425#M347113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027425#M347113</guid>
      <dc:creator>chenriot</dc:creator>
      <dc:date>2016-03-21T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide dimension value when a column ignore the selection of this dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027426#M347114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-dimension-value-when-a-column-ignore-the-selection/m-p/1027426#M347114</guid>
      <dc:creator>chenriot</dc:creator>
      <dc:date>2016-03-21T14:37:10Z</dc:date>
    </item>
  </channel>
</rss>

