<?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: Pivot table - Expression visibility in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127540#M371005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alberto, did this end up working for you? It worked for me on first try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original chart had many Anno and Mese values shown in a pivot&lt;/P&gt;&lt;P&gt;After using that set analysis on the expression, no values are returned for the intersection of 2011 and dlc, so that expression is hidden ONLY in that intersection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hidden is not really the right word... it's just not there because the expression is set to ignore all the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 15:35:13 GMT</pubDate>
    <dc:creator>deec</dc:creator>
    <dc:date>2016-07-25T15:35:13Z</dc:date>
    <item>
      <title>Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127531#M370996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I created a pivot table that has some dimensions vertical-wise and two dimensions horizontal-wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="132215" alt="Tabellone - Condizionamento colonne.png" class="jive-image image-1" height="82" src="/legacyfs/online/132215_Tabellone - Condizionamento colonne.png" style="height: 82px; width: 782.154px; float: none;" width="782" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target is to hide &lt;EM&gt;Fatt. (pz) &lt;/EM&gt;only when &lt;EM&gt;Anno&lt;/EM&gt; is 2011 and &lt;EM&gt;Mese&lt;/EM&gt; is 'dic'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is feasable, to be honest, as I think you can only govern the expression overall visibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127531#M370996</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2016-07-22T13:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127532#M370997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;Could it be possible to share some sample application here ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In expression tab you have a conditional check box to give a condition for that specific expression field. Need little more information on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127532#M370997</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-22T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127533#M370998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set analysis Operators&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$ &lt;STRONG&gt;- &lt;/STRONG&gt;$&amp;lt;Anno={2011}&amp;gt; &lt;STRONG&gt;* &lt;/STRONG&gt;$&amp;lt;Mese={'dlc'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should give you everything except the intersection of 2011 and dlc. If you added parenthesis it would look like this: but they're not needed because of order of operations on Set operators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({$ &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;- (&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$&amp;lt;Anno={2011}&amp;gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;* &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$&amp;lt;Mese={'dlc'}&amp;gt;)} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127533#M370998</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-22T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127534#M370999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi, thanks for your reply. For some reasons I cannot reply and attach at the same time, even with advanced editor...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I was already aware of the &lt;EM&gt;Enable&lt;/EM&gt; option and relevant condition and it does not represent a solution to the problem as it lets you define a condition to enable or disable your expression as a whole. I mean, it lets you hide &lt;EM&gt;Fatt. (pz)&lt;/EM&gt; from the whole pivot table, not from only a portion of it.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127534#M370999</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2016-07-22T14:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127535#M371000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 15:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127535#M371000</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-22T15:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127536#M371001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alberto,&lt;/P&gt;&lt;P&gt;Did you try that, did it solve your issue? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127536#M371001</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-22T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127537#M371002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think suppressing an expression for a particular dimension value is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 18:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127537#M371002</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-22T18:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127538#M371003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this way you are hiding &lt;EM&gt;Fatt. (pz)&lt;/EM&gt; (every occurrence of it) when only dic-2011 is available.&lt;/P&gt;&lt;P&gt;This is not the target.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 10:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127538#M371003</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2016-07-25T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127539#M371004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not possible in a Pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127539#M371004</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-25T11:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127540#M371005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alberto, did this end up working for you? It worked for me on first try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original chart had many Anno and Mese values shown in a pivot&lt;/P&gt;&lt;P&gt;After using that set analysis on the expression, no values are returned for the intersection of 2011 and dlc, so that expression is hidden ONLY in that intersection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hidden is not really the right word... it's just not there because the expression is set to ignore all the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127540#M371005</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-25T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table - Expression visibility</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127541#M371006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the values of the dimensions you are trying to "hide" from any kind of chart (pivot table included), you can do so through set analysis. &lt;/P&gt;&lt;P&gt;Is the answer I posted earlier on this thread not working for you? Would it help if I upload a sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Expression-visibility/m-p/1127541#M371006</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-26T12:55:59Z</dc:date>
    </item>
  </channel>
</rss>

