<?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: Problem loading Excel file with Year and Week to QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1869442#M1216502</link>
    <description>&lt;P&gt;I'd suggest you check that any key fields, such as the date, have identical values / formats. It sounds like there may be an issue with the associations between the tables.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:21:16 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2021-12-12T09:21:16Z</dc:date>
    <item>
      <title>Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868071#M1216421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need load an Excelfile to a QlikView application.&amp;nbsp; I have tried with the following script :&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;Year, &lt;BR /&gt;Week, &lt;BR /&gt;%FOKID, &lt;BR /&gt;NoPackages&lt;BR /&gt;FROM [$(vG.ImportPath)File_to_load.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is QVData);&lt;/P&gt;
&lt;P&gt;The file consists of YTD data with&amp;nbsp;Year, Week and %FOKID together with a count of packages (NoPackages).&lt;/P&gt;
&lt;P&gt;Now, after loading the application, all the data in the application is "filtered" to show only those weeks and&amp;nbsp;%FOKIDs as in the file - what do I need to change in my script?&lt;/P&gt;
&lt;P&gt;Year, Week and %FOKID are all existing fields in the application.&amp;nbsp;NoPackages is new information which will be updated weekly in the file.&lt;/P&gt;
&lt;P&gt;We are running QlikView 12.60, May 2021 SR1&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 12:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868071#M1216421</guid>
      <dc:creator>AndersGS</dc:creator>
      <dc:date>2021-12-08T12:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868073#M1216422</link>
      <description>&lt;P&gt;I'm a tad confused - what did you expect to see in your application, other than the values you actually loaded from the file? How would Qlik know about any other potential values? Are there other tables/files you're loading from?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 12:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868073#M1216422</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-08T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868076#M1216423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Keeping the existing values in the application as is, just appending the ones in the file. There are several tables loaded into the application; transactions, products, customers etc. So with my script Year and Week are actually replacing what's in the application already? Sorry for my lack of knowledge here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe load Year, Week like this for example?&lt;/P&gt;
&lt;P&gt;Year as NoPackagesYear, &lt;BR /&gt;Week as NoPackagesWeek,&lt;/P&gt;
&lt;P&gt;Anders&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 12:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868076#M1216423</guid>
      <dc:creator>AndersGS</dc:creator>
      <dc:date>2021-12-08T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868078#M1216424</link>
      <description>&lt;P&gt;What you're describing shouldn't typically happen, but it may result from any number of things:&lt;/P&gt;
&lt;P&gt;1) Other tables may be attached to these tables/fields via specific JOIN or KEEP statements&lt;/P&gt;
&lt;P&gt;2) There may be WHERE EXISTS conditions in your other loads based on these fields&lt;/P&gt;
&lt;P&gt;3) There may be permissions (Section Access) based on these fields&lt;/P&gt;
&lt;P&gt;When you add a field which name-matches an existing field, Qlik will automatically create keys (joins) based on these fields, but that doesn't actually eliminate any values already there. If you don't want these joins created, you can avoid them by renaming the fields as you suggested. If you do that, you may end up with an "island table" that isn't joined to any other tables, though - that may or may not be what you want.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868078#M1216424</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-08T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868101#M1216429</link>
      <description>&lt;P&gt;Thanks for clarifying. There's a binary load of another application into the one I'm working on now and that's including this Calendar script (attached), not sure if it explains why I'm facing this issue. The Excel data needs to be joined to the existing data, not beeing an&lt;SPAN&gt;&amp;nbsp;"island table".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Anders&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 13:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868101#M1216429</guid>
      <dc:creator>AndersGS</dc:creator>
      <dc:date>2021-12-08T13:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868116#M1216430</link>
      <description>&lt;P&gt;This shouldn't impact what data is displayed... but without access to the entire script, there's no way to be sure what's going on under the hood.&lt;/P&gt;
&lt;P&gt;What makes you think the data is missing? Is it actually not in the dataset when you look at that field's values?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 14:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868116#M1216430</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-08T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868167#M1216435</link>
      <description>&lt;P&gt;Ok, thanks. No,&amp;nbsp;&lt;SPAN&gt;when choosing a %FOKID that is not among the ones in the file, no data is available in my application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Just realized that Date (YYYY-MM-DD) can be added to the Excel file values. I will try to load it with Date instead of Week and Year and see if that helps.&lt;/P&gt;
&lt;P&gt;Anders&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 15:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868167#M1216435</guid>
      <dc:creator>AndersGS</dc:creator>
      <dc:date>2021-12-08T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868178#M1216436</link>
      <description>&lt;P&gt;Is [%FOKID] a field from your original binary load? If it isn't, choosing it will naturally only filter things from the file...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 15:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868178#M1216436</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-08T15:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868959#M1216480</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;&lt;SPAN&gt;[%FOKID]&amp;nbsp;is a field from the&amp;nbsp;binary load.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 08:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1868959#M1216480</guid>
      <dc:creator>AndersGS</dc:creator>
      <dc:date>2021-12-10T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem loading Excel file with Year and Week to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1869442#M1216502</link>
      <description>&lt;P&gt;I'd suggest you check that any key fields, such as the date, have identical values / formats. It sounds like there may be an issue with the associations between the tables.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-loading-Excel-file-with-Year-and-Week-to-QlikView/m-p/1869442#M1216502</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-12T09:21:16Z</dc:date>
    </item>
  </channel>
</rss>

