<?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 Total &amp;lt;x,y&amp;gt; and calculated dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133004#M92074</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I'm back with another question&lt;/P&gt;
&lt;P&gt;I'm using these formulae to choose Dimension 1 and Dimension 2 (thanks to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16701"&gt;@vincent_ardiet_&lt;/a&gt;&amp;nbsp;for this ) :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension 1 :&amp;nbsp; &amp;nbsp;$(=pick($(vDimension1), 'Division', 'Specialty', 'StGr'))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension 2:&amp;nbsp; &amp;nbsp; $(=pick($(vDimension2), 'Division', 'Specialty', 'StGr'))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My problem now is that I want to calculate the following formula which will change depending on what the 2 dimensions are selected to be:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count ( total &amp;lt;Dimension 1,Dimension 2&amp;gt; distinct [EmpNo])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I know I can't use calculations within the TOTAL &amp;lt;&amp;gt; brackets, but I'm unsure what to do instead - I need to use this as the denominator in a % formula&lt;/P&gt;
&lt;P&gt;Could someone help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 15:58:58 GMT</pubDate>
    <dc:creator>Sa_Rah</dc:creator>
    <dc:date>2023-10-30T15:58:58Z</dc:date>
    <item>
      <title>Total &lt;x,y&gt; and calculated dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133004#M92074</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I'm back with another question&lt;/P&gt;
&lt;P&gt;I'm using these formulae to choose Dimension 1 and Dimension 2 (thanks to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16701"&gt;@vincent_ardiet_&lt;/a&gt;&amp;nbsp;for this ) :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension 1 :&amp;nbsp; &amp;nbsp;$(=pick($(vDimension1), 'Division', 'Specialty', 'StGr'))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension 2:&amp;nbsp; &amp;nbsp; $(=pick($(vDimension2), 'Division', 'Specialty', 'StGr'))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My problem now is that I want to calculate the following formula which will change depending on what the 2 dimensions are selected to be:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count ( total &amp;lt;Dimension 1,Dimension 2&amp;gt; distinct [EmpNo])&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I know I can't use calculations within the TOTAL &amp;lt;&amp;gt; brackets, but I'm unsure what to do instead - I need to use this as the denominator in a % formula&lt;/P&gt;
&lt;P&gt;Could someone help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 15:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133004#M92074</guid>
      <dc:creator>Sa_Rah</dc:creator>
      <dc:date>2023-10-30T15:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Total &lt;x,y&gt; and calculated dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133026#M92078</link>
      <description>&lt;P&gt;You can write the expression as:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;count ( total &amp;lt;Division, Specialty, StGr&amp;gt; distinct [EmpNo])&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Meaning list all potential dimensions in &amp;lt;&amp;gt;. Qlik will simply ignore Dimensions that are not part of the chart.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 17:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133026#M92078</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-10-30T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Total &lt;x,y&gt; and calculated dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133030#M92080</link>
      <description>&lt;P&gt;Thank you! That's worked perfectly (again apologies for the automatic marking as a solution, but this time it didn't matter).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 17:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-lt-x-y-gt-and-calculated-dimensions/m-p/2133030#M92080</guid>
      <dc:creator>Sa_Rah</dc:creator>
      <dc:date>2023-10-30T17:35:19Z</dc:date>
    </item>
  </channel>
</rss>

