<?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 Partial Percentage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262658#M870959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you need 4th Dim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 16:08:33 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-17T16:08:33Z</dc:date>
    <item>
      <title>Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262642#M870943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I´ve been looking for this answer into the community and there are some similar topics but there are not a complete answer at all.&lt;/P&gt;&lt;P&gt;In addition of the partial sum, I need to show the % of the total sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table %.JPG" class="jive-image image-1" src="/legacyfs/online/144059_Pivot Table %.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Ingresos, Costos, Gastos and Utilidad are expressions as a result of a algebraic operation from my database. As you can see, INGRESOS is the base to calculate all the others (COSTOS, GASTOS and UTILIDAD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262642#M870943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262643#M870944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the expressions you are using here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262643#M870944</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-16T16:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262644#M870945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy paste those expressions and check Relative from Expression Tab which you need % and then see how works / Else As Sunny T asked, You may share those&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262644#M870945</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-16T16:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262645#M870946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following the expressions:&lt;/P&gt;&lt;P&gt;INGRESOS&amp;nbsp; sum(if(Descrip_Nivel_1='INGRESOS', Valor))&lt;/P&gt;&lt;P&gt;COSTOS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(if(Descrip_Nivel_1='COSTOS DE PRODUCCION O DE OPERACION', Valor))&lt;/P&gt;&lt;P&gt;GASTOS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(if(Descrip_Nivel_1='GASTOS', Valor))&lt;/P&gt;&lt;P&gt;UTILIDAD&amp;nbsp;&amp;nbsp; INGRESOS+COSTOS+GASTOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262645#M870946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T16:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262646#M870947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil Babu, thank you for your answer.&lt;/P&gt;&lt;P&gt;In this case I think is necesary to change from pivot table to simple table in order to get activated the Relative check box. Anyway I can´t get the result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262646#M870947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T17:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262647#M870948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INGRESOS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COSTOS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(if(Descrip_Nivel_1='COSTOS DE PRODUCCION O DE OPERACION',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor))/&lt;/SPAN&gt;Sum(if(Descrip_Nivel_1='INGRESOS', Valor))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GASTOS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;um(if(Descrip_Nivel_1='GASTOS', Valor))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(if(Descrip_Nivel_1='INGRESOS', Valor))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UTILIDAD:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(if(Descrip_Nivel_1='GASTOS', Valor))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(if(Descrip_Nivel_1='INGRESOS', Valor))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I believe that you can simplify your expressions using set analysis instead of using if statement. For example INGRESOS can be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Descrip_Nivel_1 *= {'INGRESOS'}&lt;/SPAN&gt;&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Valor)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of what you have today. I did not offer the change above because I am not sure if there is a reason you used if instead of set analysis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262647#M870948</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-16T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262648#M870949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right about using set analysis instead of IF statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I used the expressions you suggested, and this is the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot table con %.JPG" class="jive-image image-1" src="/legacyfs/online/144150_pivot table con %.JPG" style="height: 59px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Maybe there is something I am not doing well at all. I need to put the result under the $ values row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262648#M870949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262649#M870950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the total row should be in percentage? Would you be able to share a sample where we can work on getting your requirement accomplished?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262649#M870950</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-17T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262650#M870951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, exactly, a row like a total. The example would be like as the image I attached at first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 13:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262650#M870951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T13:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262651#M870952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant sample qvw&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 13:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262651#M870952</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-17T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262652#M870953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me.&lt;/P&gt;&lt;P&gt;Can´t see how to attach a file. I see icons to attach an image, videos and links&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262652#M870953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T14:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262653#M870954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262653#M870954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-17T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262654#M870955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uf!! It is really a trick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a&amp;nbsp; lot again.&lt;/P&gt;&lt;P&gt;I have a personal edition, so I could not open a .qvw from others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262654#M870955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262655#M870956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144173_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to go step by step, but let me know if you still are not clear about something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Add an inline load at the end of your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144174_Capture.PNG" style="height: 443px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify your chart like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;Dim 1 change from &lt;STRONG&gt;Mes&lt;/STRONG&gt; to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Dim, MES, 'Total', 'Percent')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dim 2 change from &lt;STRONG&gt;Clase&lt;/STRONG&gt; to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Dim, Clase, Dual(' ', 1), Dual(' ', 2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/144175_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions changed to theses&lt;/P&gt;&lt;P&gt;1)&lt;STRONG&gt; Pick(Dim,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'INGRESOS'}&amp;gt;} Valor), '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'INGRESOS'}&amp;gt;} Valor), '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(1, '##,0%'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;Pick(Dim,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'COSTOS DE PRODUCCION O DE OPERACION'}&amp;gt;} Valor), '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'COSTOS DE PRODUCCION O DE OPERACION'}&amp;gt;} Valor), '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'COSTOS DE PRODUCCION O DE OPERACION'}&amp;gt;} Valor)/Sum({&amp;lt;Descrip_Nivel_1 = {'INGRESOS'}&amp;gt;} Valor), '##,0%'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) &lt;STRONG&gt;Pick(Dim,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'GASTOS'}&amp;gt;} Valor), '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'GASTOS'}&amp;gt;} Valor), '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Descrip_Nivel_1 = {'GASTOS'}&amp;gt;} Valor)/Sum({&amp;lt;Descrip_Nivel_1 = {'INGRESOS'}&amp;gt;} Valor), '##,0%'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) &lt;STRONG&gt;Pick(Dim,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(INGRESOS+COSTOS+GASTOS, '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(INGRESOS+COSTOS+GASTOS, '$ #.##0'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(INGRESOS+COSTOS+GASTOS/Sum({&amp;lt;Descrip_Nivel_1 = {'INGRESOS'}&amp;gt;} Valor), '##,0%'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Uncheck partial sum for Mes dimension&lt;/P&gt;&lt;P&gt;2) Added a color formatting for background color for the 2 dimensions and all the 4 expressions&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/144179_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression used for color&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Match(Dim, 2, 3), RGB(192,192,192))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression used for Format&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Match(Dim, 2, 3), '&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you do all the above, you should almost reach what I have posted above. Let me know if you still have issues. Also, I know you are working with personal addition of QlikView, I will still attach the sample as it may help somebody else in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262655#M870956</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-17T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262656#M870957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!! Thank you so much Sunny T&lt;/P&gt;&lt;P&gt;The 4th expression is not working. Maybe it is missing a quotation mark, function&amp;nbsp; or something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262656#M870957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T15:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262657#M870958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now all the expressions are working Ok. I added a 4th Dim in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Dim:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;3&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;4&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Best regards&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262657#M870958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T16:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Partial Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262658#M870959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you need 4th Dim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Partial-Percentage/m-p/1262658#M870959</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-17T16:08:33Z</dc:date>
    </item>
  </channel>
</rss>

