<?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 the Expression in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528343#M553791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you want is not possible with a pivot table. There's no way to know (other than using your eyes) to know what is expanded or collapsed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 09:28:49 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-09-17T09:28:49Z</dc:date>
    <item>
      <title>Hiding the Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528342#M553790</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 want to hide some of the expressions based on the level of expand dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when everything is collapsed i need to show only some of the expressions and when its expanded to next level i need to show all the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried with dimensionality function, but its not helping me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anyone help me to resolve this problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 04:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528342#M553790</guid>
      <dc:creator />
      <dc:date>2013-09-17T04:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding the Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528343#M553791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you want is not possible with a pivot table. There's no way to know (other than using your eyes) to know what is expanded or collapsed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 09:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528343#M553791</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-17T09:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding the Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528344#M553792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think its possible to find the level of expanded using dimensionality() or secondarydimensionality function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how yo use that functions in conditional location. i can able to use dimensionality in expression tab. its working fine.&amp;nbsp; but in conditional, its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 11:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528344#M553792</guid>
      <dc:creator />
      <dc:date>2013-09-17T11:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding the Expression in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528345#M553793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopinathan,&lt;/P&gt;&lt;P&gt;May be i do not&amp;nbsp; understand you question .&lt;/P&gt;&lt;P&gt;But, conditional is work:&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;lt;3,&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;PYD= {2} , Date2 = {'&amp;lt;=$(vVitorg)'}&amp;gt;}[Sales])-Sum ({$&amp;lt;PYD= {2} , Date2 = {'&amp;lt;=$(vVitorg)'}&amp;gt;}[Sales]),&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;lt;5, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum ({$&amp;lt;PYD= {1} , Date2 = {'&amp;lt;=$(vVitorg)'}&amp;gt;}[Sales(чеки)])-Sum ({$&amp;lt;PYD= {1} , Date2 = {'&amp;lt;=$(vVitorg)'}&amp;gt;}[Sales]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum ({$&amp;lt;PYD= {1} &amp;gt;}[Sales]) - Sum ({$&amp;lt;PYD= {1} &amp;gt;}[Sales]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-the-Expression-in-Pivot-table/m-p/528345#M553793</guid>
      <dc:creator>yevgeniy</dc:creator>
      <dc:date>2013-09-20T13:41:37Z</dc:date>
    </item>
  </channel>
</rss>

