<?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 Creating a pivot table with a variable across the columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260340#M98246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how to do a similar calculation but using a Straight Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 17:01:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-29T17:01:42Z</dc:date>
    <item>
      <title>Creating a pivot table with a variable across the columns</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260338#M98244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a pivot table with two variables down the left had side and one across the top row.&amp;nbsp; I can't figure out how to convert the 3rd variable from a single column to a column header with separte data.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm getting looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc; text-align: left;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;CallType&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;CallDetail&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Inbound&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Answered&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;8/1/11&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Inbound&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Answered&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;8/2/11&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;27&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Inbound&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Answered&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;8/3/11&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: inherit; width: 915px;"&gt;&lt;TBODY&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc; text-align: left;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CallType&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CallDetail&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;8/1/11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;8/2/11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;8/3/11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;Inbound&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;Answered&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;25&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;27&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;Inbound&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;Missed&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;Outbound&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;No Answer&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;34&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;12&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;Outbound&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;Confirmed&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;45&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;56&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;41&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;Outbound&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;Bad Phone Number&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;4&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit; text-align: center;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260338#M98244</guid>
      <dc:creator />
      <dc:date>2011-08-09T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Creating a pivot table with a variable across the columns</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260339#M98245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You have to click on the header of Date and drag the Date dimension to the right corner. A blue horizontal arrow will appear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260339#M98245</guid>
      <dc:creator>patricio</dc:creator>
      <dc:date>2011-08-09T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Creating a pivot table with a variable across the columns</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260340#M98246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how to do a similar calculation but using a Straight Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 17:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-pivot-table-with-a-variable-across-the-columns/m-p/260340#M98246</guid>
      <dc:creator />
      <dc:date>2011-09-29T17:01:42Z</dc:date>
    </item>
  </channel>
</rss>

