<?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 dimensionality in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/2061521#M87080</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Did you manage to solve this?&lt;BR /&gt;I have similar question in the following thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Qlik-Sense-Pivot-Table-Calculate-percentage-of-previous-row/m-p/2061356" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Qlik-Sense-Pivot-Table-Calculate-percentage-of-previous-row/m-p/2061356&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;SBN&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 12:00:06 GMT</pubDate>
    <dc:creator>SBN</dc:creator>
    <dc:date>2023-04-18T12:00:06Z</dc:date>
    <item>
      <title>Pivot table dimensionality</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/1842339#M69740</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a problem with calculating some dimensions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have four dimensions: WBS,job name, Task, Person.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the correct value for&amp;nbsp; sheduled hours in WBS, job name, Task, Person and i have the correct value for effective hours in WBS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;I have to calculate the effective hours on the other dimensions by calculating the percentage of hours planned first on each job name within the wbs and then for each task based on the previous calculation&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="tw-src-ltr"&gt;&lt;DIV class="oSioSc"&gt;&lt;DIV&gt;&lt;DIV class="g9WsWb"&gt;&lt;DIV class="iYB33c"&gt;&lt;DIV class="dlJLJe"&gt;&lt;DIV&gt;&lt;DIV class="U9URNb"&gt;example&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="tw-menu"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="dURPtb"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eagle__pedro_1-1633446299603.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63443iBD89238F42CD5906/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eagle__pedro_1-1633446299603.png" alt="eagle__pedro_1-1633446299603.png" /&gt;&lt;/span&gt;&lt;P&gt;To calculate the effictive hours i used this formula&lt;/P&gt;&lt;P&gt;if(dimensionality()=2,&lt;BR /&gt;sum(sheduled_hours)/sum(total(sheduled_hours))*(aggr(sum(total([effective_hours]))+),WBS)),&lt;BR /&gt;if(Dimensionality()=3,&lt;BR /&gt;sum(sheduled_hours)/sum(total(sheduled_hours))*(aggr(sum(total([effective_hours]))),WBS)),&lt;BR /&gt;if(Dimensionality()=4,&lt;BR /&gt;sum(sheduled_hours)/sum(total(sheduled_hours))*(aggr(sum(total([effective_hours]))),WBS)))&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my problem is that according to the filter that is used the value of the effective hours varies because the value of the percentage of planned hours varies.&lt;BR /&gt;How can I always have the same data?&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="KFFQ0c xKf9F"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Oct 2021 15:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/1842339#M69740</guid>
      <dc:creator>eagle__pedro</dc:creator>
      <dc:date>2021-10-05T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dimensionality</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/1842364#M69744</link>
      <description>&lt;P&gt;sorry, i used&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if(Dimensionality()=2, sum(sheduled_hours)/sum(Total(sheduled_hours)),&lt;BR /&gt;if(Dimensionality()=3, sum(sheduled_hours)/sum(Total(sheduled_hours)),&lt;BR /&gt;if(Dimensionality()=4, sum(sheduled_hours)/sum(Total(sheduled_hours)))))&lt;BR /&gt;*(sum(total([effective hours])))&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 15:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/1842364#M69744</guid>
      <dc:creator>eagle__pedro</dc:creator>
      <dc:date>2021-10-05T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table dimensionality</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/2061521#M87080</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Did you manage to solve this?&lt;BR /&gt;I have similar question in the following thread:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Qlik-Sense-Pivot-Table-Calculate-percentage-of-previous-row/m-p/2061356" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Qlik-Sense-Pivot-Table-Calculate-percentage-of-previous-row/m-p/2061356&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;SBN&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-dimensionality/m-p/2061521#M87080</guid>
      <dc:creator>SBN</dc:creator>
      <dc:date>2023-04-18T12:00:06Z</dc:date>
    </item>
  </channel>
</rss>

