<?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 --&amp;gt; $orphan in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/1837767#M1215041</link>
    <description>&lt;P&gt;But why does it get created in the first place? What's the reason and does where 1=1 affects it to display correctly.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 03:49:55 GMT</pubDate>
    <dc:creator>neerajthakur</dc:creator>
    <dc:date>2021-09-21T03:49:55Z</dc:date>
    <item>
      <title>Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173885#M42908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to create a crosstable, I've done it but when I take a look with the table viewer every field looks like a separate table with the &amp;amp;orphan and the name of the table as a prefix.&lt;/P&gt;&lt;P&gt;This's how I've done it:&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;INVENTORY_FAILURE2:&lt;BR /&gt;QUALIFY *;&lt;BR /&gt;UNQUALIFY CO_PRODUCT;&lt;BR /&gt;CROSSTABLE(Failure, Veces, 7)&lt;BR /&gt;LOAD co_enterprise,&lt;BR /&gt; co_art AS CO_PRODUCT,&lt;BR /&gt; DATE,&lt;BR /&gt; date(DATE) as Fecha_Inv,&lt;BR /&gt; year(date(DATE)) as Anno_Inv,&lt;BR /&gt; month(date(DATE)) as Mes_Inv,&lt;BR /&gt; day(date(DATE)) as Dia_Inv,&lt;BR /&gt; FAILURE1,&lt;BR /&gt; FAILURE2,&lt;BR /&gt; FAILURE3,&lt;BR /&gt; FAILURE4,&lt;BR /&gt; FAILURE5&lt;BR /&gt;FROM QvD\INVENTORY_FAILURE.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong???&lt;/P&gt;&lt;P&gt;Thxs in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 19:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173885#M42908</guid>
      <dc:creator />
      <dc:date>2010-03-09T19:15:26Z</dc:date>
    </item>
    <item>
      <title>Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173886#M42909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think cross tab wizard in broken in 9.00.7440&lt;BR /&gt;I can not get it to work with even a very simple example. ( Spreadsheet attached.)&lt;/P&gt;&lt;P&gt;Assuming you want everything in the file I suggest you do it as follows:&lt;/P&gt;&lt;P&gt;CROSSTABLE(Failure, Veces, 7)&lt;/P&gt;&lt;P&gt;Load *&lt;BR /&gt;From ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 19:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173886#M42909</guid>
      <dc:creator />
      <dc:date>2010-03-09T19:44:59Z</dc:date>
    </item>
    <item>
      <title>Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173887#M42910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I didn't notice that the crossed table it was created, but still the problem with the &amp;amp;orphan.&lt;/P&gt;&lt;P&gt;Besides, I've a problem with the same table, when I qualify it, the name of the table it's written twice. Why that happens???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 20:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173887#M42910</guid>
      <dc:creator />
      <dc:date>2010-03-09T20:26:34Z</dc:date>
    </item>
    <item>
      <title>Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173888#M42911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem. I suspect it is a similar problem to trying to use a qvd in a mapping load. The easiest way to fix is to add something that stops the load of the qvd being optimized. I added "Where 1=1;" to the script of the crosstable load and it removed all the $orphan fields.&lt;/P&gt;&lt;P&gt;Cheers Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 05:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173888#M42911</guid>
      <dc:creator>bradshields</dc:creator>
      <dc:date>2010-05-27T05:10:57Z</dc:date>
    </item>
    <item>
      <title>Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173889#M42912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brad, I had the same problem and your suggestion solved it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 19:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173889#M42912</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2010-05-31T19:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173890#M42913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I found the same behavior using version 11 SR1 and applied the same workaround to disable optimized load to correct this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo Labbe Ibaceta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 18:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173890#M42913</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2013-05-15T18:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173891#M42914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WOWWWWWW This works!, it is incredible. Congratulations Brad, your suggest works very good!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2013 20:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173891#M42914</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2013-06-23T20:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173892#M42915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're a genius Brad. It took me 2 days to work out why all those orphan fields were appearing, the preview of the actual crosstable looked correct. Couldn't figure out what I was doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Ivana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173892#M42915</guid>
      <dc:creator>iwqa2812</dc:creator>
      <dc:date>2014-03-21T10:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173893#M42916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad&lt;/P&gt;&lt;P&gt;I couldn't get your solution to work - no idea why - but I found a less elegant solution I thought I'd share in case anyone else has the same problem.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;QUALIFY&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM xyz.xls....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;UNQUALIFY&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt;&lt;BR /&gt;b:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Fieldname&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, column ref)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; a;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; a; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get any orphans &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Took me a while to come up with this though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathryn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 17:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173893#M42916</guid>
      <dc:creator />
      <dc:date>2014-08-15T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173894#M42917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathryn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great solution. The reason Brad's did not work in this case is all to do with the Qualify statement as far as I can tell. Because the field names in the source data are different to the qualified names I think the CrossTable function gets in a twist and then creates the orphans. Anyway this worked great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 10:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173894#M42917</guid>
      <dc:creator>Bruno_Calver</dc:creator>
      <dc:date>2014-09-09T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173895#M42918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bruno – it’s great to know I’ve helped someone on the community since it is my first stop for help when I am stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathryn Brown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 08:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173895#M42918</guid>
      <dc:creator />
      <dc:date>2014-09-10T08:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173896#M42919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well done! It's quite ironic, because I've just had the same thing happening ("Too" optimized load) and a quick search resulted in your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the irony (as you know) is that we were sitting in the same office at the time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 00:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173896#M42919</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2015-05-21T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173897#M42920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 19:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173897#M42920</guid>
      <dc:creator />
      <dc:date>2015-05-26T19:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173898#M42921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Three years on and your solution worked wonders for me on qliksense. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/173898#M42921</guid>
      <dc:creator>gallantabs</dc:creator>
      <dc:date>2017-12-05T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/1586536#M443253</link>
      <description>&lt;P&gt;Another solution is to use Resident Load rather than load data directly from QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 07:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/1586536#M443253</guid>
      <dc:creator>Dano</dc:creator>
      <dc:date>2019-05-30T07:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable --&gt; $orphan</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/1837767#M1215041</link>
      <description>&lt;P&gt;But why does it get created in the first place? What's the reason and does where 1=1 affects it to display correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 03:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-gt-orphan/m-p/1837767#M1215041</guid>
      <dc:creator>neerajthakur</dc:creator>
      <dc:date>2021-09-21T03:49:55Z</dc:date>
    </item>
  </channel>
</rss>

