<?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 repeat the value of a dimension in every row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010386#M960940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah!! It works. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 17:11:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-19T17:11:37Z</dc:date>
    <item>
      <title>Pivot Table repeat the value of a dimension in every row</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010384#M960938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, I have the following pivot table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102464_Captura.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the value of the column TOTAL comes from the following formula;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14452734666907178 jive_text_macro" jivemacro_uid="_14452734666907178" modifiedtitle="true"&gt;
&lt;P&gt;SUM({&amp;lt; CONTABILIDAD.Categoria={"VENTAS"}&amp;gt;} CONTABILIDAD.Amount)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;But what I need is something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102465_Captura.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to repeat in every row the sum of the amount but only the Category="VENTAS" in order to acchive the % of every category in relation to the Category="VENTAS".&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010384#M960938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table repeat the value of a dimension in every row</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010385#M960939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;SUM({&amp;lt; CONTABILIDAD.Categoria={'VENTAS'}&amp;gt;}&amp;nbsp; TOTAL &amp;lt;YEAR, MONTH&amp;gt; CONTABILIDAD.Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;, assuming that YEAR and MONTH are your actual Field names (not just the dimension labels)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, notice that I replaced your double quotes with single quotes - you only need to use double quotes for a search. For string values, use single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out my new book QlikView Your Business. In the book, I describe the use of TOTAL, AGGR, Set Analysis and many other advanced analytical techniques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;Check out my new book QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010385#M960939</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table repeat the value of a dimension in every row</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010386#M960940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah!! It works. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-repeat-the-value-of-a-dimension-in-every-row/m-p/1010386#M960940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T17:11:37Z</dc:date>
    </item>
  </channel>
</rss>

