<?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 keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185736#M886228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you concatenate table2 into your existing table?&lt;/P&gt;&lt;P&gt;then no syntetic key will be created&lt;/P&gt;&lt;P&gt;and fro mour description I assume that the data is not overlapping&lt;/P&gt;&lt;P&gt;(different months)&lt;/P&gt;&lt;P&gt;The name of your fields remain same in Table2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 12:43:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-15T12:43:32Z</dc:date>
    <item>
      <title>synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185734#M886226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 2 tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;.Prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Some additonal colums&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Store table 1 in QVD format as table2.qvd&amp;nbsp; each month as back up for reference...as the actual Table 1 changes its prices end of month and it would further change all the data with in table 1 irrespective of month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I take the data from table2.qvd and display it in a chart from the back up qvd/s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue here is i have a common list box for Month and year. so when iam loading table 2 synthetic is getting formed. for month and year................................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185734#M886226</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185735#M886227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a check on here for canonical dates&amp;nbsp; and/or link tables as this should help solve your issue.&lt;/P&gt;&lt;P&gt;There should be plenty of of answers to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 12:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185735#M886227</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-15T12:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185736#M886228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you concatenate table2 into your existing table?&lt;/P&gt;&lt;P&gt;then no syntetic key will be created&lt;/P&gt;&lt;P&gt;and fro mour description I assume that the data is not overlapping&lt;/P&gt;&lt;P&gt;(different months)&lt;/P&gt;&lt;P&gt;The name of your fields remain same in Table2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 12:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185736#M886228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185737#M886229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do we concatenate just 2 columns month and year?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185737#M886229</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-09-15T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185738#M886230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;year&amp;amp;'-'&amp;amp;month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like that in your load script will do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185738#M886230</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-15T13:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185739#M886231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain more in Detail? what do you store in Table2.qvd?&lt;/P&gt;&lt;P&gt;as Prices Change every month you would need to store Prices and id as well in table2???&lt;/P&gt;&lt;P&gt;and then you Need to load all 4 fields again&lt;/P&gt;&lt;P&gt;as you wrote you get syntetic key for year and month only?&lt;/P&gt;&lt;P&gt;can you post your script and explain why you only load year and month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-keys/m-p/1185739#M886231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T13:12:17Z</dc:date>
    </item>
  </channel>
</rss>

