<?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: How do I STORE data from Excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-STORE-data-from-Excel/m-p/2093171#M1224188</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;It looks like the data format in your various Excel tables can be changing over time - hence the several tables with synthetic keys between them. You need to CONCATENATE these tables into one, to force all of them into the same format. Something along these lines:&lt;/P&gt;
&lt;P&gt;// Generate a dummy table as a starter:&lt;/P&gt;
&lt;P&gt;PP_CONFIRM:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;1 as Dummy&lt;/P&gt;
&lt;P&gt;Autogenerate(1)&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;// Concatenate all data tables into the same table:&lt;/P&gt;
&lt;P&gt;Concatenate (PP_Confirm)&lt;/P&gt;
&lt;P&gt;LOAD *&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROM ..... *.xlsx ....&lt;/P&gt;
&lt;P&gt;Drop field Dummy;&lt;/P&gt;
&lt;P&gt;This should do the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 14:32:43 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2023-07-12T14:32:43Z</dc:date>
    <item>
      <title>How do I STORE data from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-STORE-data-from-Excel/m-p/2092839#M1224184</link>
      <description>&lt;P&gt;I would like to bother I would like to STORE the data from Excel that I retrieve daily I have tried it When I retrieve the data everyday Qlikview synthesizes the data so some of the required data are not displayed What should I do?&lt;/P&gt;
&lt;P&gt;this is my code&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1689133179717.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112047i3D586B623B16632F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1689133179717.png" alt="Paknanarn23_0-1689133179717.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_1-1689133194439.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112048iC793A31D6BFE8424/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_1-1689133194439.png" alt="Paknanarn23_1-1689133194439.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please help me. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 03:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-STORE-data-from-Excel/m-p/2092839#M1224184</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2023-07-12T03:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I STORE data from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-STORE-data-from-Excel/m-p/2093171#M1224188</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;It looks like the data format in your various Excel tables can be changing over time - hence the several tables with synthetic keys between them. You need to CONCATENATE these tables into one, to force all of them into the same format. Something along these lines:&lt;/P&gt;
&lt;P&gt;// Generate a dummy table as a starter:&lt;/P&gt;
&lt;P&gt;PP_CONFIRM:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;1 as Dummy&lt;/P&gt;
&lt;P&gt;Autogenerate(1)&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;// Concatenate all data tables into the same table:&lt;/P&gt;
&lt;P&gt;Concatenate (PP_Confirm)&lt;/P&gt;
&lt;P&gt;LOAD *&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROM ..... *.xlsx ....&lt;/P&gt;
&lt;P&gt;Drop field Dummy;&lt;/P&gt;
&lt;P&gt;This should do the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-STORE-data-from-Excel/m-p/2093171#M1224188</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2023-07-12T14:32:43Z</dc:date>
    </item>
  </channel>
</rss>

