<?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 data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266137#M847353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2017 12:55:50 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2017-03-24T12:55:50Z</dc:date>
    <item>
      <title>pivot table data</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266133#M847349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Dear experts, i have my source excel data in below format;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_1&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_1&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_1&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_2&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_2&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b_1&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b_1&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b_2&amp;nbsp;&amp;nbsp;&amp;nbsp; X&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b_2&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But i need to achieve the below table using a Qlikview pivot table&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_1&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;a_2&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b_1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b_2&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;how can i achieve this?&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-data/m-p/1266133#M847349</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table data</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266134#M847350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Create Pivot&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dim as A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expressions are&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1)&lt;STRONG&gt; Count({&amp;lt;B = {'X'}&amp;gt;}A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2) &lt;STRONG&gt;Count({&amp;lt;B = {'Y'}&amp;gt;}A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;And give labels as X and Y&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157321_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 15:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266134#M847350</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-23T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table data</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266135#M847351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not add&amp;nbsp; two dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(A) or Count(B)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to pivot Column B, by dragging the dimension to the top&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 16:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266135#M847351</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T16:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table data</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266136#M847352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this solution worked...thanks a lot Anil, you are a life saver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 10:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266136#M847352</guid>
      <dc:creator />
      <dc:date>2017-03-24T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table data</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266137#M847353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-data/m-p/1266137#M847353</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-03-24T12:55:50Z</dc:date>
    </item>
  </channel>
</rss>

