<?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: Error in code in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732996#M55949</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/94797"&gt;@Kirsten&lt;/a&gt;,&amp;nbsp;I'm not sure I understand your question correctly.&amp;nbsp; Can you please supply some more information?&lt;/P&gt;&lt;P&gt;The synthetic keys were being generated because the dimension fields used for the compound keys were on the link table as well as on the fact tables.&amp;nbsp; Removing the "*," would have fixed that and the compound keys would have been the only common fields between the fact tables and the link table.&amp;nbsp; The data load should therefore complete without the strange error message you were experiencing previously.&lt;/P&gt;&lt;P&gt;Is the data model produced by the load script not giving you the expected results in the expressions / measures?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 07:35:39 GMT</pubDate>
    <dc:creator>gp_oconnor</dc:creator>
    <dc:date>2020-08-04T07:35:39Z</dc:date>
    <item>
      <title>Error in code</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732766#M55925</link>
      <description>&lt;P&gt;I pull my data from a SQL database. The first code works fine until code nr 5&lt;/P&gt;&lt;P&gt;I get the following&amp;nbsp;&lt;STRONG&gt; "error: -1=&amp;nbsp;&amp;nbsp; the error occurred here: ?"&lt;/STRONG&gt;&amp;nbsp; (see first attachment red marked where the error occurs, see second attachment for the error message) But in the code where it returns an error&amp;nbsp; there is no -1 or ?&lt;/P&gt;&lt;P&gt;In all the subsequential &amp;nbsp;codes the same error occurs&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 11:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732766#M55925</guid>
      <dc:creator>Kirsten</dc:creator>
      <dc:date>2020-08-03T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in code</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732772#M55927</link>
      <description>&lt;P&gt;I think the error is related to the synthetic keys, which I think can be avoided by removing the "*," when populating the t_Link table or alternatively removing the fields&amp;nbsp;EquipmentID, [System 6NC], CountryCode, [Part 12NC], SWO from all of the tables in the data model aside from the t_Link table.&lt;/P&gt;&lt;P&gt;Something else worth trying is temporarily removing the AutoNumberHash256 invocations.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 12:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732772#M55927</guid>
      <dc:creator>gp_oconnor</dc:creator>
      <dc:date>2020-08-03T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in code</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732884#M55936</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10468"&gt;@gp_oconnor&lt;/a&gt;&amp;nbsp; Thanks it works. It is resolved by removing&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"*,"&amp;nbsp; &amp;nbsp;The subsequential &amp;nbsp;codes now always work, although I did not run them all yet. Since I changed something in the upload. What did I change and is there something I need to do after I uploaded all data to return it back to what it was?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 16:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732884#M55936</guid>
      <dc:creator>Kirsten</dc:creator>
      <dc:date>2020-08-03T16:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in code</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732996#M55949</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/94797"&gt;@Kirsten&lt;/a&gt;,&amp;nbsp;I'm not sure I understand your question correctly.&amp;nbsp; Can you please supply some more information?&lt;/P&gt;&lt;P&gt;The synthetic keys were being generated because the dimension fields used for the compound keys were on the link table as well as on the fact tables.&amp;nbsp; Removing the "*," would have fixed that and the compound keys would have been the only common fields between the fact tables and the link table.&amp;nbsp; The data load should therefore complete without the strange error message you were experiencing previously.&lt;/P&gt;&lt;P&gt;Is the data model produced by the load script not giving you the expected results in the expressions / measures?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 07:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1732996#M55949</guid>
      <dc:creator>gp_oconnor</dc:creator>
      <dc:date>2020-08-04T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in code</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1733022#M55953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10468"&gt;@gp_oconnor&lt;/a&gt;&amp;nbsp; &amp;nbsp;The datamodel is giving me the expected results, and removing the&amp;nbsp;&lt;SPAN&gt;"*,"&amp;nbsp; is resolving the issue. Just wanted to check if anything additional&amp;nbsp;needs to be done. Thanks for the solution&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 09:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-code/m-p/1733022#M55953</guid>
      <dc:creator>Kirsten</dc:creator>
      <dc:date>2020-08-04T09:17:18Z</dc:date>
    </item>
  </channel>
</rss>

