<?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: CrossTable creating Orphans, bug? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074887#M942499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;The doc from Marcus provided two workarounds that both work.&lt;/P&gt;&lt;P&gt;I would test with SR12 but have my system working fine and don't want to risk upgrading just yet.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 17:52:30 GMT</pubDate>
    <dc:creator>optiknerd</dc:creator>
    <dc:date>2016-01-27T17:52:30Z</dc:date>
    <item>
      <title>CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074879#M942491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just running through some examples laid out in Qlikview 11 for Developers and am getting an odd result while trying to work through the crosstable example in Chapter 9.&amp;nbsp; I have done cross tables many times before and it has worked like a charm but this time, I keep getting orphan tables that equate to the fields that are being uncrosstabled (Months) being&amp;nbsp; produced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fairly certain that the script below is correct because the table that it creates contains all the right info.&amp;nbsp; The month field is created properly.&amp;nbsp; But there are these orphan tables that just won't go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable:&lt;/P&gt;&lt;P&gt;CrossTable(Month, No_Employees, 9)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Airline ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Unique Carrier Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Unique Carrier], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Group ID (Old)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Group ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [01], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [02], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [03], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [04], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [05], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [06], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [07], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [08], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [09], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [12]&lt;/P&gt;&lt;P&gt;FROM [Employment Statistics - CrossTable.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Tableview below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112571_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Is this a known bug?&lt;/P&gt;&lt;P&gt;Is there a list of known bugs by version that one can check for stuff like this?&lt;/P&gt;&lt;P&gt;My version is 11.20.12904.0 SR12 64 Bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;KH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 15:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074879#M942491</guid>
      <dc:creator>optiknerd</dc:creator>
      <dc:date>2016-01-26T15:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074880#M942492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it using "Inline Load" and getting results as expected.&lt;/P&gt;&lt;P&gt;I am using 11.20 SR5, not sure about SR12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try Inline Load once in SR12,&amp;nbsp; so that can check the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 05:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074880#M942492</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-27T05:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074881#M942493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never seen this. Is that the complete load script? How many rows and what data is in the orphan tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 05:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074881#M942493</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-27T05:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074882#M942494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use 10 instead of 9. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 05:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074882#M942494</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-27T05:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074883#M942495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See here: &lt;A href="https://community.qlik.com/message/509618"&gt;Explain the orphan table bursting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 06:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074883#M942495</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-27T06:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074884#M942496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;I tried 10 instead of 9 but got the same resulting orphan tables.&lt;/P&gt;&lt;P&gt;Both of the work arounds in Marcus' doc worked though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074884#M942496</guid>
      <dc:creator>optiknerd</dc:creator>
      <dc:date>2016-01-27T17:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074885#M942497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;Thanks for the doc.&amp;nbsp; Both work arounds worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074885#M942497</guid>
      <dc:creator>optiknerd</dc:creator>
      <dc:date>2016-01-27T17:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074886#M942498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan - yes this is the complete script.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The work arounds that Marcus sent eliminated the problem.&lt;/P&gt;&lt;P&gt;However, I ran the script again to check on the rows and data in each orphan that you asked about.&lt;/P&gt;&lt;P&gt;Each orphan has the data related to the month it cross tabbed.&lt;/P&gt;&lt;P&gt;I got an error message that may be part of the cause.&lt;/P&gt;&lt;P&gt;I am using Personal Edition with sample apps and QVDs that come with Qlikview for Developers.&lt;/P&gt;&lt;P&gt;By the looks of this message, I appear to have corrupted the embedded license in the sample files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112725_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074886#M942498</guid>
      <dc:creator>optiknerd</dc:creator>
      <dc:date>2016-01-27T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074887#M942499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;The doc from Marcus provided two workarounds that both work.&lt;/P&gt;&lt;P&gt;I would test with SR12 but have my system working fine and don't want to risk upgrading just yet.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1074887#M942499</guid>
      <dc:creator>optiknerd</dc:creator>
      <dc:date>2016-01-27T17:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable creating Orphans, bug?</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1778202#M942500</link>
      <description>&lt;P&gt;Use&amp;nbsp; where1=1;&lt;/P&gt;&lt;P&gt;in he load statement&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-creating-Orphans-bug/m-p/1778202#M942500</guid>
      <dc:creator>aritra_saha</dc:creator>
      <dc:date>2021-01-28T17:44:51Z</dc:date>
    </item>
  </channel>
</rss>

