<?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/376382#M140319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please can you post the sample application?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 17:45:29 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2012-08-09T17:45:29Z</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/376379#M140316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a problem, ¿How can I create personalized calculations or subtotals in a pivot table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, let's assume we have a dimension "month" (columns) and a dimension "Age Range" (rows). For age range the possible values are "child", "teenager", "adult" and "senior", I would like to sum only "child" and "teenager" to create a row named "Total Young people". How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you, regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 21:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376379#M140316</guid>
      <dc:creator />
      <dc:date>2012-08-08T21:34:06Z</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/376380#M140317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please check the Dimensionality() function. This function returns 0 for the Total field and you can write your expression with string concatenation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;For example your expression :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Sum(People)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Then you can write :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;IF(Dimensionality() = 0, 'Total Young people : '&amp;amp; Sum(People), Sum(People))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can expand this logic by implementing Pick() &amp;amp; Match() to pickup the field name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 16:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376380#M140317</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-09T16:16: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/376381#M140318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, It didn't work with the Dimensionality()&amp;nbsp; function :s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 17:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376381#M140318</guid>
      <dc:creator />
      <dc:date>2012-08-09T17:03:46Z</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/376382#M140319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please can you post the sample application?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 17:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376382#M140319</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-09T17:45:29Z</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/376383#M140320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the PRM Table, thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 18:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376383#M140320</guid>
      <dc:creator />
      <dc:date>2012-08-09T18:08:59Z</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/376384#M140321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An example with excel here that show what exactly I want. I have three files, Separations, LeaversOwnDecision and Joiners, and two calculated files, partial and total variation. That is exactly that I want in Qlikview, create the two new values for the dimension "Recruit/Termination", exactly how you can see in excel table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 04:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376384#M140321</guid>
      <dc:creator />
      <dc:date>2012-08-10T04:05: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/376385#M140322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use similar trick:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/252646" title="http://community.qlik.com/message/252646"&gt;http://community.qlik.com/message/252646&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 14:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-field-in-a-pivot-table/m-p/376385#M140322</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-03T14:26:05Z</dc:date>
    </item>
  </channel>
</rss>

