<?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: Append Data to Resident Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174853#M21563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the format of Report date differ between the two Excel files? Is that a possibility?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2016 08:31:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-26T08:31:07Z</dc:date>
    <item>
      <title>Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174848#M21558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm loading data from 24 spreadsheets.&amp;nbsp; The format is identical.&lt;/P&gt;&lt;P&gt;I have a successful load going for 1, but am trying to add #2.&amp;nbsp; I wish to append data to the existing resident Qlik Sense tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, this data is being loaded through a crosstable.&amp;nbsp; I think the long-term solution to this is a For . . While loop (which I'm not 100% sure how to do, but will tackle that in a bit) but for now, I'm just copying the load statements to see if it will successfully load 2 of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what code looks like today (that's not working).&amp;nbsp; It successfully loads the first file, but the 2nd doesn't seem to appear.&lt;/P&gt;&lt;P&gt;Thoughts??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forecasttemp:&lt;/P&gt;&lt;P&gt;Crosstable (ForecastDate, ForecastUtilization, 2)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt; FROM [lib://source/newfile1.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Forecast]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ForecastData:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoNumber(Port) as PortKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Report Date], 'M/D/YYYY')) as ForecastReportDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastUtilization,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Num#(ForecastDate, 'M/D/YYYY')) as ForecastDate&lt;/P&gt;&lt;P&gt;Resident Forecasttemp;&lt;/P&gt;&lt;P&gt;drop table Forecasttemp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forecasttemp2:&lt;/P&gt;&lt;P&gt;Crosstable (ForecastDate, ForecastUtilization, 2)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt; FROM [lib://&lt;SPAN style="font-size: 13.3333px;"&gt;source&lt;/SPAN&gt;/newfile2.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Forecast]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ForecastData:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;Concatenate //(have tried with and without this)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoNumber(Port) as PortKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Report Date], 'M/D/YYYY')) as ForecastReportDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastUtilization,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Num#(ForecastDate, 'M/D/YYYY')) as ForecastDate&lt;/P&gt;&lt;P&gt;Resident Forecasttemp2;&lt;/P&gt;&lt;P&gt;drop table Forecasttemp2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 16:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174848#M21558</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-08-25T16:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174849#M21559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried something like this:&lt;/P&gt;&lt;P&gt;&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;Forecasttemp:&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;&lt;STRONG&gt;Crosstable (ForecastDate, ForecastUtilization, 2)&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;&lt;STRONG&gt;Load *&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;&lt;STRONG&gt;FROM [lib://source/newfile&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;.xlsx]&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;&lt;STRONG&gt;(ooxml, embedded labels, table is [Forecast]);&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;&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;ForecastData:&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;&lt;STRONG&gt;LOAD&amp;nbsp; AutoNumber(Port) as PortKey,&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;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Report Date], 'M/D/YYYY')) as ForecastReportDate,&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;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastUtilization,&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;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Num#(ForecastDate, 'M/D/YYYY')) as ForecastDate&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;&lt;STRONG&gt;Resident Forecasttemp;&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;&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;DROP Table Forecasttemp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 20:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174849#M21559</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-25T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174850#M21560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Sunny.&lt;/P&gt;&lt;P&gt;That certainly makes sense, and during the load I see it load it twice, but I have data with 2 different report dates which render as 'ForecastReportDate' and only one continues to show up (the first date).&amp;nbsp; It's the same problem I've been having.&lt;/P&gt;&lt;P&gt;No synthetic keys, no errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 21:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174850#M21560</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-08-25T21:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174851#M21561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working.&amp;nbsp; Again - still not seeing that one value listed, but there are other values that are showing up from the 2nd file so that is the correct answer.&amp;nbsp; I'll try to figure out what's wrong with the rest of the data.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 23:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174851#M21561</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-08-25T23:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174852#M21562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did it started working now? Or are you still trying to get this resolved?:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 00:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174852#M21562</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T00:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174853#M21563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the format of Report date differ between the two Excel files? Is that a possibility?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 08:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174853#M21563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Append Data to Resident Table</title>
      <link>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174854#M21564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's all working - thank you.&amp;nbsp; The dates I had were in different formats in excel.&amp;nbsp; Have NO idea why, but I converted them all to text and now it works.&lt;/P&gt;&lt;P&gt;Thanks again - I'll continue to mess with the 'why' aspect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Append-Data-to-Resident-Table/m-p/1174854#M21564</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-08-29T22:54:59Z</dc:date>
    </item>
  </channel>
</rss>

