<?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 without using linktable, how can i remove the synthetic keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166016#M38110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am generating a calendar and then joining all my other tables to this calendar on the basis of date and time from this calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i avoid synthetic keys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 20:33:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-29T20:33:56Z</dc:date>
    <item>
      <title>without using linktable, how can i remove the synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166013#M38107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;If I am using linktable I am getting a "out of memory" problem so I dont want to use the Link tables. Without using the Linktable how can I built a datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;DIENSTLEISTUNG:&lt;BR /&gt;LOAD DL_ID,&lt;BR /&gt; DL_KURZTXT,&lt;BR /&gt; DL_LANGTEXT,&lt;BR /&gt; DL_ART,&lt;BR /&gt; DL_DVSYSTEM,&lt;BR /&gt; DL_THEMA,&lt;BR /&gt; DL_PRIO,&lt;BR /&gt; DL_ABST_MIT,&lt;BR /&gt; DL_ABST_AM,&lt;BR /&gt; DL_ABST_KURZTXT,&lt;BR /&gt; VER_JAHR,&lt;BR /&gt; VER_LFDNR,&lt;BR /&gt; DL_ANGELEGT_VON,&lt;BR /&gt; DL_ANGELEGT_AM,&lt;BR /&gt; DL_BEMERKUNG,&lt;BR /&gt; DL_KENNZ_LANGTEXT_SS,&lt;BR /&gt; DL_TEXT,&lt;BR /&gt; DL_BEM,&lt;BR /&gt; DL_LETZTE_AEND_VON,&lt;BR /&gt; DL_LETZTE_AEND_AM;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DVG.DIENSTLEISTUNG;&lt;BR /&gt;&lt;BR /&gt;DL_AUFWAND:&lt;BR /&gt;LOAD DL_ID &amp;amp;'_'&amp;amp; FIRMA_FB_KUERZEL as DL_ID_FIRMA_FB_KUERZEL_AN,&lt;BR /&gt; //DL_ID &amp;amp;'_'&amp;amp; KA_ID as DL_KA_ID,&lt;BR /&gt; DL_ID,&lt;BR /&gt; KA_ID,&lt;BR /&gt; FIRMA_FB_KUERZEL as DL_AUFTRAGNEHMER_FIRMA_AN,&lt;BR /&gt; DL_AUFWAND_JAHR,&lt;BR /&gt; DL_AUFWAND_MONAT,&lt;BR /&gt; DL_AUFWAND_MENGE,&lt;BR /&gt; DL_AUFWAND_KOSTEN,&lt;BR /&gt; DL_AUFWAND_FIRMA;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DVG.DL_AUFWAND;&lt;BR /&gt;&lt;BR /&gt;DL_KOSTENANTEIL:&lt;BR /&gt;LOAD //DL_ID&amp;amp;'_'&amp;amp; KA_ID &amp;amp;'_'&amp;amp; FIRMA_ID as DL_KA_FIRMA_ID,&lt;BR /&gt; //DL_ID&amp;amp;'_'&amp;amp;FIRMA_ID as DL_FIRMA_ID,&lt;BR /&gt; DL_ID,&lt;BR /&gt; KA_ID,&lt;BR /&gt; FIRMA_ID,&lt;BR /&gt; DL_KOSTANT;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DVG.DL_KOSTENANTEIL;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DL_KOSTENKUERZUNG:&lt;BR /&gt;LOAD //DL_ID&amp;amp;'_'&amp;amp; KA_ID &amp;amp;'_'&amp;amp; FIRMA_ID as DL_KA_FIRMA_ID,&lt;BR /&gt; //DL_ID&amp;amp;'_'&amp;amp;FIRMA_ID as DL_FIRMA_ID,&lt;BR /&gt; FIRMA_ID,&lt;BR /&gt; KSTKUERZ_JAHR,&lt;BR /&gt; DL_ID,&lt;BR /&gt; KA_ID,&lt;BR /&gt; KSTKUERZ_PROZSATZ,&lt;BR /&gt; KSTKUERZ_BENUTZER,&lt;BR /&gt; KSTKUERZ_TIMESTAMP;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DVG.DL_KOSTENKUERZUNG;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DL_AUFTRAGGEBER:&lt;BR /&gt;LOAD //DL_ID&amp;amp;'_'&amp;amp;FIRMA_ID as DL_FIRMA_ID,&lt;BR /&gt; DL_ID ,&lt;BR /&gt; FIRMA_ID ,&lt;BR /&gt; FIRMA_FB_KUERZEL as DL_AUFTRAGGEBER_FB_KUERZEL,&lt;BR /&gt; LEITER_NAME as DL_AUFTRAGGEBER_LEITERNAME;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DVG.DL_AUFTRAGGEBER;&lt;BR /&gt;&lt;BR /&gt;DL_AUFTRAGNEHMER:&lt;BR /&gt;LOAD DL_ID&amp;amp;'_'&amp;amp; FIRMA_FB_KUERZEL as DL_ID_FIRMA_FB_KUERZEL_AN,&lt;BR /&gt; DL_ID as DL_AUFTRAGNEHMER_ID,&lt;BR /&gt; FIRMA_ID as DL_AUFTRAGNEHMER_FIRMA_ID,&lt;BR /&gt; FIRMA_FB_KUERZEL as DL_AUFTRAGNEHMER_FIRMAKUERZEL,&lt;BR /&gt; LEITER_NAME as DL_AUFTRAGNEHMER_LEITERNAME,&lt;BR /&gt; VERANTWORTLICH;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM DVG.DL_AUFTRAGNEHMER;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-403_sourceID:403" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 20:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166013#M38107</guid>
      <dc:creator />
      <dc:date>2009-08-25T20:51:16Z</dc:date>
    </item>
    <item>
      <title>without using linktable, how can i remove the synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166014#M38108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use join or concatenate()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 20:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166014#M38108</guid>
      <dc:creator />
      <dc:date>2009-08-25T20:52:47Z</dc:date>
    </item>
    <item>
      <title>without using linktable, how can i remove the synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166015#M38109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can replace you're concate key with autonumberhash128() function, this will improve the script and reduce the memory use, something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;autonumberhash128(DL_ID,FIRMA_ID,KA_ID) as _key1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this function you can replace all of your sin tables.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 21:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166015#M38109</guid>
      <dc:creator />
      <dc:date>2009-08-25T21:06:06Z</dc:date>
    </item>
    <item>
      <title>without using linktable, how can i remove the synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166016#M38110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am generating a calendar and then joining all my other tables to this calendar on the basis of date and time from this calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i avoid synthetic keys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 20:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/without-using-linktable-how-can-i-remove-the-synthetic-keys/m-p/166016#M38110</guid>
      <dc:creator />
      <dc:date>2011-06-29T20:33:56Z</dc:date>
    </item>
  </channel>
</rss>

