<?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 Explain the orphan table bursting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581595#M216021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;Greetings All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;Can anyone explain to me why the following script/datasource combination loading via a CrossTable() is creating an orphan table for each currency column it attempts to transpose?&amp;nbsp; I thought that each field not defined as a 'header' in the CrossTable would be dropped automatically, but something here is making that not the case.&amp;nbsp; Any insight is much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&lt;IMG alt="EvanK1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57362_EvanK1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET ThousandSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET DecimalSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MoneyThousandSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MoneyDecimalSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MoneyFormat='#.##0,00 ;-#.##0,00 ';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET TimeFormat='h:mm:ss';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff]';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;MultiCurrency:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;CrossTable(ForeignCurrency, CurrencyValue, 3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;FIRST 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;LOAD LocalCurrency,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateFrom,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EUR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USD,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GBP,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MXN,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLN,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CZK,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRL,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLP&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;[MultiCurrency.QVD] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 19:09:35 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2014-04-15T19:09:35Z</dc:date>
    <item>
      <title>Explain the orphan table bursting</title>
      <link>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581595#M216021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;Greetings All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;Can anyone explain to me why the following script/datasource combination loading via a CrossTable() is creating an orphan table for each currency column it attempts to transpose?&amp;nbsp; I thought that each field not defined as a 'header' in the CrossTable would be dropped automatically, but something here is making that not the case.&amp;nbsp; Any insight is much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&lt;IMG alt="EvanK1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57362_EvanK1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET ThousandSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET DecimalSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MoneyThousandSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MoneyDecimalSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MoneyFormat='#.##0,00 ;-#.##0,00 ';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET TimeFormat='h:mm:ss';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff]';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;MultiCurrency:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;CrossTable(ForeignCurrency, CurrencyValue, 3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;FIRST 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;LOAD LocalCurrency,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateFrom,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EUR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USD,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GBP,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MXN,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLN,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CZK,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRL,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLP&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt; line-height: normal; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: #3d3d3d; mso-ansi-language: EN-US;"&gt;[MultiCurrency.QVD] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581595#M216021</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-04-15T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Explain the orphan table bursting</title>
      <link>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581596#M216022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community Members- this discussion has been answered previously but accidentally deleted we are recreating the thread. Here are the responses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #138700; font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;STRONG&gt;Correct Answer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #8b8b8b;"&gt;by &lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/troyansky"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #8ca9cd;"&gt;Oleg Troyansky&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #8b8b8b;"&gt; on May 31, 2012 6:11 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;I can't explain the exact reasons, but it has to do with the optimized load of the QVD file. Apparently, Crosstable doesn't work well with the optimized load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;2 ways to go around the problem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;1. Force the load into a non-optimized load. It's enough to add "WHERE 1=1" at the end to kick it into a non-optimized load. The issue seems to go away.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;2. Load * (no crosstable) from QVD into a temporary table and then reload in memory with the Crosstable settings. Seems to work as well.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Oleg&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #8b8b8b;"&gt;674 Views&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #8b8b8b;"&gt;Tags :&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Reply&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #138700; font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;STRONG&gt;Correct Answer &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/message/224606#224606"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;Explain the orphan table bursting&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;---------------------------------------------------&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; background-color: white; padding-left: 30px; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/evankurowski"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;EvanKurowski&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Jun 1, 2012 11:13 AM &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/54536#224606" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to Oleg Troyansky&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; background-color: white; padding-left: 30px; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Thank you Oleg, I added the 'WHERE 1 = 1' and the orphan tables were gone. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; background-color: white; padding-left: 30px; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; background-color: white; padding-left: 30px; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Heh, I've been freaking out thinking there was something sneaky in the data, but that makes sense, the optimized load not compatible with Crosstable(). Regular load worked just fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;---------------------------------------------------&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/KalyanDG"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Kalyan Sundaram&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Oct 24, 2012 12:59 AM &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/54536#224831" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to EvanKurowski&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;hi evan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;can u pls send the file that was cleared with orphan fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;i cant understand the explaination. pls send the file&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/54536"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7; padding: 2.0pt; background: #F3F3F3;"&gt;Helpful Answer&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;---------------------------------------------------&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/people/TheChadd"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3778c7;"&gt;Chadd McNicholas&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Nov 18, 2013 1:21 PM &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;(&lt;/SPAN&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/54536#224606" title="Go to message"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;in response to Oleg Troyansky&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit','serif'; color: darkgray;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif'; color: #3d3d3d;"&gt;Oh how I love searching the community for answers!&amp;nbsp; I just ran into this problem this morning, and I'm so glad I found this answer.&amp;nbsp; I just tried "WHERE 1", which also did the trick.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;A href="http://qliktech-public.uat5.hosted.jivesoftware.com/thread/54536"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit','serif'; color: #3778c7; padding: 2.0pt; background: #F3F3F3;"&gt;Helpful Answer&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581596#M216022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T19:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Explain the orphan table bursting</title>
      <link>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581597#M216023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii... Evan&lt;/P&gt;&lt;P&gt;yesterday I also faced such problem.... I tried to solve it by using WHERE 1=1, but luckily i got another way to solve such issue.&lt;/P&gt;&lt;P&gt;you just create Intermediate QVD's and Drop all Tables, and when you start development, fetch the data from these Intermediate QVD's in your final document, then you will not face the problem of such Orphan tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope It will help.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ahmed.( Looking for a Job) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 05:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581597#M216023</guid>
      <dc:creator />
      <dc:date>2014-08-19T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Explain the orphan table bursting</title>
      <link>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581598#M216024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad you solved your issue, as you can see in Sara's comment, this thread is actually a few years old, but always a good scenario to revisit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think part of the original scenario may also have been inhibited from automatically producing one concatenated table because of the combination of the CROSSTABLE keyword with the FIRST 1 syntax.&amp;nbsp; When the FIRST syntax was removed the syntax resumed creating a single table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps if you took the attached files and demonstrated your approach in conjunction with the attachments, it would be worth a "new" Correct Answer to this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 20:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explain-the-orphan-table-bursting/m-p/581598#M216024</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-08-21T20:50:41Z</dc:date>
    </item>
  </channel>
</rss>

