<?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: Table not found error while using cross table and concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1847125#M1215503</link>
    <description>&lt;P&gt;Both crosstable loads generate identical table structures (i.e. the resulting tables have columns 'colum1', '&lt;SPAN&gt;Brd' and 'Data') and thus are auto concatenated. Hence Table2 is never created and therefore cannot be referenced.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 21:16:24 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2021-10-14T21:16:24Z</dc:date>
    <item>
      <title>Table not found error while using cross table and concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1846490#M1215473</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Getting No table found table2 for the below script. Please help me resolve it&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;CrossTable(Brd,Data,1)&lt;BR /&gt;sql&lt;BR /&gt;select&lt;BR /&gt;colum1,&lt;BR /&gt;column2&lt;BR /&gt;from table_B1&lt;BR /&gt;where condition&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;Table2:&lt;BR /&gt;CrossTable(Brd,Data,1)&lt;BR /&gt;sql&lt;BR /&gt;select&lt;BR /&gt;colum1,&lt;BR /&gt;column2&lt;BR /&gt;from table_B2&lt;BR /&gt;where condition&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Availy:&lt;BR /&gt;load&lt;BR /&gt;Hash128(colum1,'Band',Brd) as ID,&lt;/P&gt;&lt;P&gt;colum2 as avail,&lt;BR /&gt;'Inter State' as Source,&lt;BR /&gt;Brd,&lt;BR /&gt;Data&lt;BR /&gt;Resident Table1;&lt;BR /&gt;Concatenate(Availy)&lt;BR /&gt;&lt;BR /&gt;load&lt;BR /&gt;Hash128(colum1,'Band',Brd) as ID,&lt;BR /&gt;colum1 as avail,&lt;BR /&gt;' State' as Source,&lt;BR /&gt;Brd,&lt;BR /&gt;Data&lt;BR /&gt;Resident Table2;&lt;BR /&gt;&lt;BR /&gt;store Availy into $(pQVDPath)Availy.qvd;&lt;/P&gt;&lt;P&gt;drop table Table1,Table2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 00:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1846490#M1215473</guid>
      <dc:creator>Rajeshhyd</dc:creator>
      <dc:date>2021-10-14T00:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found error while using cross table and concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1847125#M1215503</link>
      <description>&lt;P&gt;Both crosstable loads generate identical table structures (i.e. the resulting tables have columns 'colum1', '&lt;SPAN&gt;Brd' and 'Data') and thus are auto concatenated. Hence Table2 is never created and therefore cannot be referenced.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 21:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1847125#M1215503</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-10-14T21:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found error while using cross table and concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1847154#M1215504</link>
      <description>&lt;P&gt;I am doing resident load&amp;nbsp;&lt;SPAN&gt;Table1, Table2 to modify the column data and try to load into new table and then load it to a QVD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Availy:&lt;BR /&gt;load&lt;BR /&gt;Hash128(colum1,'Band',Brd) as ID,&lt;/P&gt;&lt;P&gt;colum2 as avail,&lt;BR /&gt;'Inter State' as Source,&lt;BR /&gt;Brd,&lt;BR /&gt;Data&lt;BR /&gt;Resident Table1;&lt;BR /&gt;Concatenate(Availy)&lt;BR /&gt;&lt;BR /&gt;load&lt;BR /&gt;Hash128(colum1,'Band',Brd) as ID,&lt;BR /&gt;colum1 as avail,&lt;BR /&gt;' State' as Source,&lt;BR /&gt;Brd,&lt;BR /&gt;Data&lt;BR /&gt;Resident Table2;&lt;BR /&gt;&lt;BR /&gt;store Availy into $(pQVDPath)Availy.qvd;&lt;/P&gt;&lt;P&gt;How can i resolve in this case&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 01:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-error-while-using-cross-table-and-concatenate/m-p/1847154#M1215504</guid>
      <dc:creator>Rajeshhyd</dc:creator>
      <dc:date>2021-10-15T01:31:52Z</dc:date>
    </item>
  </channel>
</rss>

