<?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 Help with Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Pivot-Table/m-p/1149447#M375789</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 am trying to calculate data as below to a pivot table. Basically I want to show Initial &amp;amp; Important, Follow up &amp;amp; important etc by time.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The data I have&lt;/STRONG&gt; is showing as below,&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" height="101" src="https://community.qlik.com/legacyfs/online/127253_pastedImage_4.png" style="width: 410px; height: 97px; float: left;" width="417" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I would like to get in a Pivot table&lt;/STRONG&gt; is show as below,&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/127259_pastedImage_15.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I did are&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Set Dimension by "Year", "Quarter" and "Month" in order.&lt;/P&gt;&lt;P&gt;2. Created 6 expressions based on "Status", they are: "Initial Important", "Initial Less Important", "Total Initial", ...The expressions shows as below,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Initial Important":&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Initial' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='1') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Initial Less Important":&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Initial' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Total Initial":&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Initial',&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status&lt;/SPAN&gt;)) &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Follow up Important":&amp;nbsp; &lt;/SPAN&gt;if&lt;/SPAN&gt; ((&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Follow up' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='1')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Follow up Less Important":&amp;nbsp; if&lt;/SPAN&gt; ((&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Follow up' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Total Follow up":&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Follow up',&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;My problem&lt;/SPAN&gt;&lt;/STRONG&gt; are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1. All data in three columns related to "Initial" are the same. The value in "Total Initial" suppose be corrected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; However, those values in "Initial Important" and "Initial Less Important" are wrong. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2. There is no value/data in any of the follow up columns, except "Total Follow up". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can anyone let me know if my logic was wrong or the commands I created for Expressions are wrong, or dimensions have problem? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks so much,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Becky&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 12:58:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-08T12:58:09Z</dc:date>
    <item>
      <title>Help with Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivot-Table/m-p/1149447#M375789</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 am trying to calculate data as below to a pivot table. Basically I want to show Initial &amp;amp; Important, Follow up &amp;amp; important etc by time.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The data I have&lt;/STRONG&gt; is showing as below,&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" height="101" src="https://community.qlik.com/legacyfs/online/127253_pastedImage_4.png" style="width: 410px; height: 97px; float: left;" width="417" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I would like to get in a Pivot table&lt;/STRONG&gt; is show as below,&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/127259_pastedImage_15.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I did are&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Set Dimension by "Year", "Quarter" and "Month" in order.&lt;/P&gt;&lt;P&gt;2. Created 6 expressions based on "Status", they are: "Initial Important", "Initial Less Important", "Total Initial", ...The expressions shows as below,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Initial Important":&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Initial' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='1') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Initial Less Important":&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Initial' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Total Initial":&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Initial',&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status&lt;/SPAN&gt;)) &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Follow up Important":&amp;nbsp; &lt;/SPAN&gt;if&lt;/SPAN&gt; ((&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Follow up' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='1')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Follow up Less Important":&amp;nbsp; if&lt;/SPAN&gt; ((&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Follow up' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Important]&lt;/SPAN&gt;='0') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Total Follow up":&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Status]&lt;/SPAN&gt;='Follow up',&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Status&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;My problem&lt;/SPAN&gt;&lt;/STRONG&gt; are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1. All data in three columns related to "Initial" are the same. The value in "Total Initial" suppose be corrected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; However, those values in "Initial Important" and "Initial Less Important" are wrong. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2. There is no value/data in any of the follow up columns, except "Total Follow up". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can anyone let me know if my logic was wrong or the commands I created for Expressions are wrong, or dimensions have problem? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks so much,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Becky&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivot-Table/m-p/1149447#M375789</guid>
      <dc:creator />
      <dc:date>2016-06-08T12:58:09Z</dc:date>
    </item>
  </channel>
</rss>

