<?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: Store resident table to qvd file issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12476#M775858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m w and Tomasz, thank you both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João Duarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2018 17:15:03 GMT</pubDate>
    <dc:creator>jduarte12</dc:creator>
    <dc:date>2018-04-24T17:15:03Z</dc:date>
    <item>
      <title>Store resident table to qvd file issue</title>
      <link>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12473#M775855</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;We are getting a "Table not found" error while runing the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_c_tmp:&lt;/P&gt;&lt;P&gt;select &lt;/P&gt;&lt;P&gt;field1, &lt;/P&gt;&lt;P&gt;avg(field2) as average1 from abc&lt;/P&gt;&lt;P&gt;where field1 in (50224, 50225)&lt;/P&gt;&lt;P&gt;and timestamp &amp;gt;= to_epoch(date_trunc('day',_now() - interval '1 day'))&lt;/P&gt;&lt;P&gt;and timestamp &amp;lt; to_epoch(date_trunc('day',_now()))&lt;/P&gt;&lt;P&gt;group by 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_c:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; average1&lt;/P&gt;&lt;P&gt;resident dt_c_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store dt_c into dt_c.qvd;&lt;/P&gt;&lt;P&gt;drop table dt_c_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have several scripts written exactly the same way, and they are running without any problem. We have tried to run this in different folder locations, and even typing the file path in the store statement. We also restarted the server. However, the error message keeps showing, and the qvd file is not generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are we missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;João Duarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12473#M775855</guid>
      <dc:creator>jduarte12</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Store resident table to qvd file issue</title>
      <link>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12474#M775856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dt_c:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NOCONCATENATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; average1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident dt_c_tmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12474#M775856</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-04-24T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Store resident table to qvd file issue</title>
      <link>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12475#M775857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m w is right. But I believe explanation is needed. Both tables have the same field names so Qlik concatenate them into one (with the name of the first one).&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12475#M775857</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2018-04-24T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Store resident table to qvd file issue</title>
      <link>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12476#M775858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m w and Tomasz, thank you both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João Duarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 17:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-resident-table-to-qvd-file-issue/m-p/12476#M775858</guid>
      <dc:creator>jduarte12</dc:creator>
      <dc:date>2018-04-24T17:15:03Z</dc:date>
    </item>
  </channel>
</rss>

