<?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: Create a field in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330597#M121728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize, but I didn't understand where I write the code that you show me, I wrote in the chart, like expression, like dimension, and not work :s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, my current expression is NumericCount (DISTINCT GlobalEmployeeId).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 14:59:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-01T14:59:34Z</dc:date>
    <item>
      <title>Create a field in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330593#M121724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a question about how create calculated fields on a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table that I have is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="19215" class="jive-image-thumbnail jive-image" onclick="" alt="Table.png" src="https://community.qlik.com/legacyfs/online/19215_Table.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;That I need it, is a substraction of the field Joiners with the other fields, in other words, this: (Joiners - LeaversOwnDesicion - Separations), and create a new field in the same table that show that substraction with the name "Movement Total".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other thing that I need is show the percentaje of the months for years, for example, in the same table put a field with the name "2011" (that year is in the model and data of .qvw), and show the percentaje of the field "Joiners" and "Movement Total" , calculate from a immovable value, for example, 150.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the .qvw fiel with my model if someone can help me.&amp;nbsp; I only have Personal Edition, I won't can see your files, so I would so glad if you can wrote the code or show me a image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beforehand, thanks you for you answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330593#M121724</guid>
      <dc:creator />
      <dc:date>2012-07-31T22:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create a field in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330594#M121725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming your current expression is:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13437748634681884" jivemacro_uid="_13437748634681884"&gt;&lt;P&gt;Count(Employee)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the below one:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13437748675334924" jivemacro_uid="_13437748675334924"&gt;&lt;P&gt;Fabs(Count({&amp;lt;AttritionReport={"Joiners"}&amp;gt;} Employee)-Count({&amp;lt;AttritionReport-={"Joiners"}&amp;gt;} Employee))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330594#M121725</guid>
      <dc:creator />
      <dc:date>2012-07-31T22:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create a field in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330595#M121726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this code is going to on the report or in the script?, regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330595#M121726</guid>
      <dc:creator />
      <dc:date>2012-07-31T22:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a field in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330596#M121727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the chart. You would notice change in the total row of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330596#M121727</guid>
      <dc:creator />
      <dc:date>2012-07-31T22:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a field in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330597#M121728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize, but I didn't understand where I write the code that you show me, I wrote in the chart, like expression, like dimension, and not work :s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, my current expression is NumericCount (DISTINCT GlobalEmployeeId).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 14:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330597#M121728</guid>
      <dc:creator />
      <dc:date>2012-08-01T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a field in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330598#M121729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, exactly in what&amp;nbsp; wpart of the chat is going wrote that code :s, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 16:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/330598#M121729</guid>
      <dc:creator />
      <dc:date>2012-08-02T16:00:10Z</dc:date>
    </item>
  </channel>
</rss>

