<?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: Re: Re: data model problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699878#M252645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you're trying to add the commissions to the base-table based on the interval of the cumulativesales and the key "name-year".&lt;/P&gt;&lt;P&gt;Please find attached a possible solution without looping over the values of name and year, but by using the extended intervalmatch function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 20:06:50 GMT</pubDate>
    <dc:creator>geert_gelade</dc:creator>
    <dc:date>2014-09-15T20:06:50Z</dc:date>
    <item>
      <title>data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699862#M252629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi QV's ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find App below ,&lt;/P&gt;&lt;P&gt;my problem is why i am getting Synthetic key can you please resolve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 12:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699862#M252629</guid>
      <dc:creator />
      <dc:date>2014-09-15T12:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699863#M252630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lohitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's your actual requirement??? I saw your data model. Your making it too complicated, your loading the same table again and again. Basically we need to combine all the tables using a&amp;nbsp; &lt;STRONG&gt;SINGLE&lt;/STRONG&gt; key, in your case ur using 2 keys name and Date that's why its forming synthetic key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 12:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699863#M252630</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-09-15T12:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699864#M252631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi avinash ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i load but after that i am drop but the problem is to avoid key , i am just adding field "Name" and "Date" in a separate variable by using "for loop" and&amp;nbsp; peek . can u sort out this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-lohi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 12:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699864#M252631</guid>
      <dc:creator />
      <dc:date>2014-09-15T12:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699865#M252632</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;Plz check the data model where "CumulativeSum_Temp-1" is coming from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-lohi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 12:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699865#M252632</guid>
      <dc:creator />
      <dc:date>2014-09-15T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699866#M252633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because the "DROP Table CumulativeSum;" statement is outside you loop. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 13:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699866#M252633</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-15T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699867#M252634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few way to avoid&amp;nbsp; synthetic keys&lt;/P&gt;&lt;P&gt;1.you can comment unwanted columns .&lt;/P&gt;&lt;P&gt;2. Use aliases to avoid same column name.&lt;/P&gt;&lt;P&gt;3. Can make the composite key from same fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 13:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699867#M252634</guid>
      <dc:creator />
      <dc:date>2014-09-15T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699868#M252635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi geert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i give "DROP Table CumulativeSum;" in side the loop "table not found" error is coming plz check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-lohi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 13:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699868#M252635</guid>
      <dc:creator />
      <dc:date>2014-09-15T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699869#M252636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload the complete xls-file, now the tab with comissions is missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 13:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699869#M252636</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-15T13:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699870#M252637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz check above excel file two sheet will be there&lt;/P&gt;&lt;P&gt;-lohi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 13:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699870#M252637</guid>
      <dc:creator />
      <dc:date>2014-09-15T13:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699871#M252638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still see only on sheet in xls-file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 14:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699871#M252638</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-15T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699872#M252639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , plz find attachment&lt;/P&gt;&lt;P&gt;-lohi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image jiveImage" src="https://community.qlik.com/legacyfs/online/66779_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 14:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699872#M252639</guid>
      <dc:creator />
      <dc:date>2014-09-15T14:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699873#M252640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , any one got the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-lohi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 14:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699873#M252640</guid>
      <dc:creator />
      <dc:date>2014-09-15T14:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699874#M252641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lohi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see your excel file and could not look at QVW.&lt;/P&gt;&lt;P&gt;But looking at excel tabs I could not understand how are you getting Syn table in Data model.&lt;/P&gt;&lt;P&gt;Could you please attach data model in some other format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699874#M252641</guid>
      <dc:creator />
      <dc:date>2014-09-15T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699875#M252642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , plz check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/66781_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699875#M252642</guid>
      <dc:creator />
      <dc:date>2014-09-15T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699876#M252643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps I missed something but, what's the point to create a field to accumulate sales when you can do it after scripting by means of expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699876#M252643</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2014-09-15T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699877#M252644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lohi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now its even more confusing.&lt;/P&gt;&lt;P&gt;I think first you are joining both tabs data from excel then doing some calculation (cumulative).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you will load excel tabs separately then Syn table issue will&amp;nbsp; not arise, if u can share your load script as well then may be I will be able to understand your data model clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699877#M252644</guid>
      <dc:creator />
      <dc:date>2014-09-15T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: data model problem</title>
      <link>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699878#M252645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you're trying to add the commissions to the base-table based on the interval of the cumulativesales and the key "name-year".&lt;/P&gt;&lt;P&gt;Please find attached a possible solution without looping over the values of name and year, but by using the extended intervalmatch function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 20:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-model-problem/m-p/699878#M252645</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-15T20:06:50Z</dc:date>
    </item>
  </channel>
</rss>

