<?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: Synthetic key and ''ghost'' field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670972#M243783</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;Your cross table load is set to 6 attribute fields, but your load statement only has 5, so the cross table is using the January field as another attribute. You will see there is field named [41275]. Change the cross table statement to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(MONTH, Actual, &lt;STRONG&gt;5&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 07:31:02 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-10-22T07:31:02Z</dc:date>
    <item>
      <title>Synthetic key and ''ghost'' field</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670969#M243780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A newbie is seeking for your guidance.&lt;/P&gt;&lt;P&gt;I am facing the following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a synthetic table made of another synthetic table. Despite this mess, app seems to work properly (99%). Any ideas on how to make it better and dissolve any clouds and fears that the app might now be working properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, in my source table in excel I have values for the field January 2013. (Jan 2013) but it does not show in my app, resulting in slight decline on the desired totals..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that I do not have a programming background so excuse my clumsy approach to the scripting part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find attached a reduce/scrambled app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 14:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670969#M243780</guid>
      <dc:creator />
      <dc:date>2014-10-21T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key and ''ghost'' field</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670970#M243781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script doesn't match your data model. In the script you concatenate the data from ActualLY with Actual and then drop ActualLY. But in the table viewer the table ActualLY exists. The same with some fields you dropped. The data you loaded cannot be the result of the script in your document. If that script were used you wouldn't have a table ActualLY and no $Syn3 Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 19:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670970#M243781</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-21T19:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key and ''ghost'' field</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670971#M243782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets assume that the problem with the $SYn3 table is fixed&lt;/P&gt;&lt;P&gt;I will give you another example regarding the "ghost" field section&amp;nbsp; without synthetic keys and $syntables (I am attaching the relevant app).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why QV does not show (and therefore calculate) January 2013&amp;nbsp; (41275 I think) despite appearing in the script ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;January is messing with my head!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 07:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670971#M243782</guid>
      <dc:creator />
      <dc:date>2014-10-22T07:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key and ''ghost'' field</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670972#M243783</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;Your cross table load is set to 6 attribute fields, but your load statement only has 5, so the cross table is using the January field as another attribute. You will see there is field named [41275]. Change the cross table statement to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(MONTH, Actual, &lt;STRONG&gt;5&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 07:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670972#M243783</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-22T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key and ''ghost'' field</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670973#M243784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a million !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 07:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-and-ghost-field/m-p/670973#M243784</guid>
      <dc:creator />
      <dc:date>2014-10-22T07:35:00Z</dc:date>
    </item>
  </channel>
</rss>

