<?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 How count disable dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757711#M269683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with 10 dimensions, some of them disabled. The user select in a Inline Field what fields he wants to see, but it will never be all selected together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need obtain always the total number of dimensions, 10 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking in something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetObjectField(Dimensionality()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but Dimensionality only counts enabled dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's.&lt;/P&gt;&lt;P&gt;Pol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 19:42:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-03T19:42:26Z</dc:date>
    <item>
      <title>How count disable dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757711#M269683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table with 10 dimensions, some of them disabled. The user select in a Inline Field what fields he wants to see, but it will never be all selected together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need obtain always the total number of dimensions, 10 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking in something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetObjectField(Dimensionality()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but Dimensionality only counts enabled dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's.&lt;/P&gt;&lt;P&gt;Pol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 19:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757711#M269683</guid>
      <dc:creator />
      <dc:date>2014-11-03T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How count disable dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757712#M269684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why can't you use your Inline field ( Dimension) and take count of the values in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that you always you will get total no of dimensions irrespective of your selected/enabled dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : Count({1}%PivotDimensions)&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757712#M269684</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-11-03T20:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: How count disable dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757713#M269685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=GetSelectedCount(dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or GetPossibleCount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757713#M269685</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-03T20:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How count disable dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757714#M269686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chiranjeevi, but the Inline Filed contains only 3 values and every wich of them enable differents dimensions groups in the chart. (for example, 1 value in Inline Field, 3 dimensions on chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And perhaps in the future these groups change, so I need to do variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD: Sorry for my english&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-count-disable-dimensions/m-p/757714#M269686</guid>
      <dc:creator />
      <dc:date>2014-11-03T20:45:37Z</dc:date>
    </item>
  </channel>
</rss>

