<?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 Pivot Table - Showing missing data... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372566#M138519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've been tasked with putting a view together for our key accounts in our business. they want to use this to additionally highlight business which traded in the previous year and has done nothing in the current year. all easy so far, but the way they want this displayed is they if they have given us a particular job type in 2011 &amp;amp; nothing in 2012 they want 2011 figures and then 2012 blank... I've tried showing all values etc but doesnt seem to give the desired effect. &lt;/P&gt;&lt;P&gt;also as an extra problem, if they've given us a courier job in 2011 and nothing in 2012 but have never given us export work then i dont want Export 2011 and 2012 with both blank. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated, as not 100% sure where else to go with this. i think i'm trying to get a pivot table to do something that its not designed to do... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've attached an example of the data, AAL0095 gave us Export in 2011, nothing in 2012.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB"&gt;&amp;nbsp;&amp;nbsp; &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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 10:21:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-28T10:21:42Z</dc:date>
    <item>
      <title>Pivot Table - Showing missing data...</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372566#M138519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've been tasked with putting a view together for our key accounts in our business. they want to use this to additionally highlight business which traded in the previous year and has done nothing in the current year. all easy so far, but the way they want this displayed is they if they have given us a particular job type in 2011 &amp;amp; nothing in 2012 they want 2011 figures and then 2012 blank... I've tried showing all values etc but doesnt seem to give the desired effect. &lt;/P&gt;&lt;P&gt;also as an extra problem, if they've given us a courier job in 2011 and nothing in 2012 but have never given us export work then i dont want Export 2011 and 2012 with both blank. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated, as not 100% sure where else to go with this. i think i'm trying to get a pivot table to do something that its not designed to do... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've attached an example of the data, AAL0095 gave us Export in 2011, nothing in 2012.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB"&gt;&amp;nbsp;&amp;nbsp; &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372566#M138519</guid>
      <dc:creator />
      <dc:date>2012-06-28T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Showing missing data...</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372567#M138520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to populate the list with zero values during load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customerid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobtype,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 as jobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and concatenate it with your original table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372567#M138520</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-06-28T10:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Showing missing data...</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372568#M138521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the suggestion, i've tried putting another arguement into the load to do what youve suggested above, but doesnt seem to work errors due to duplicate field names, the current load is bringing the data in from 6 different tables, two each for Export, Import &amp;amp; Courier...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372568#M138521</guid>
      <dc:creator />
      <dc:date>2012-06-28T10:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Showing missing data...</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372569#M138522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide the sample qvw with some dummy data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 09:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Showing-missing-data/m-p/372569#M138522</guid>
      <dc:creator />
      <dc:date>2012-06-29T09:41:16Z</dc:date>
    </item>
  </channel>
</rss>

