<?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: Creating Synthetic keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284149#M105592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya your are right. But with help of resident load it is taking to load 7-8 hours. But according the code which i develop in the attached file it is very quick. Now i'm trying to optimize the time of reload. But the data is not coming exactly with this code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 12:21:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-15T12:21:56Z</dc:date>
    <item>
      <title>Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284141#M105584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone correct me. I developed the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;STRONG&gt;LGSummary:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LensKey,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(substringCount(Concat(LensResult,';'),'Fail')&amp;gt;0,'Fail','Pass') as LensResult&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Group By LensKey&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(vDataPath)*.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Where &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Date(CaptureDateTime,'MM-DD-YYYY hh:mm:ssTT') &amp;gt; Date($(vMaxCaptureDateTime),'MM-DD-YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(CaptureDateTime,'MM/DD/YYYY') &amp;gt;= Date(AddMonths(Today(),-12),'MM/DD/YYYY') &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (LGSummary)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LensKey, CaptureDateTime &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(vDataPath)*.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Where &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Date(CaptureDateTime,'MM-DD-YYYY hh:mm:ssTT') &amp;gt; Date($(vMaxCaptureDateTime),'MM-DD-YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(CaptureDateTime,'MM/DD/YYYY') &amp;gt;= Date(AddMonths(Today(),-12),'MM/DD/YYYY') &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When we load this application. we should able to see the only the fields &lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;LensKey, &lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;LensResult, &lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;CaptureDateTime.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;- &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt; But i can able to see all the fields of the text files. As show in the below image.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;IMG alt="Untitled.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/11275_Untitled.jpg" /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284141#M105584</guid>
      <dc:creator />
      <dc:date>2012-02-15T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284142#M105585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the second load:&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql"&gt;Load * &lt;SPAN class="jive-sql-keyword" style="color: navy; font-weight: bold;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;$(vDataPath)*.txt&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;You are loading the whole file. Just LOAD &lt;STRONG style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre;"&gt;LensKey, &lt;STRONG&gt;LensResult&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284142#M105585</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-02-15T11:30:00Z</dc:date>
    </item>
    <item>
      <title>Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284143#M105586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in start of script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql"&gt;unqualify LensKey;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284143#M105586</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-02-15T11:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284144#M105587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think you code must be like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code jive-sql" style="font-family: monospace;"&gt;LGSummary:&lt;BR /&gt;Load &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LensKey,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(substringCount(Concat(LensResult,';'),'Fail')&amp;gt;0,'Fail','Pass') &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;as&lt;/SPAN&gt; LensResult&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Group&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;By&lt;/SPAN&gt; LensKey&lt;BR /&gt;;&lt;BR /&gt;&lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Left&lt;/SPAN&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Join&lt;/SPAN&gt; (LGSummary)&lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LensKey, CaptureDateTime &lt;BR /&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;$(vDataPath)*.txt&lt;BR /&gt;(txt, codepage &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;is&lt;/SPAN&gt; 1252, embedded labels, delimiter &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;is&lt;/SPAN&gt; '\t', msq)&lt;BR /&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Where&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN class="jive-sql-object" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Date&lt;/SPAN&gt;(CaptureDateTime,'MM-DD-YYYY hh:mm:ssTT') &amp;gt; &lt;SPAN class="jive-sql-object" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Date&lt;/SPAN&gt;($(vMaxCaptureDateTime),'MM-DD-YYYY')&lt;BR /&gt; &lt;SPAN class="jive-sql-keyword" style="font-size: 12px; color: navy; font-weight: bold;"&gt;and&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="jive-sql-object" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Date&lt;/SPAN&gt;(CaptureDateTime,'MM/DD/YYYY') &amp;gt;= &lt;SPAN class="jive-sql-object" style="font-size: 12px; color: navy; font-weight: bold;"&gt;Date&lt;/SPAN&gt;(AddMonths(Today(),-12),'MM/DD/YYYY') &lt;BR /&gt;;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284144#M105587</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-15T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284145#M105588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;Don’t use wild cards in combination with the Left Join. You want to &lt;STRONG style="mso-bidi-font-weight: normal; text-decoration: underline;"&gt;first&lt;/STRONG&gt; load and concatenate several files, &lt;STRONG style="mso-bidi-font-weight: normal; text-decoration: underline;"&gt;then&lt;/STRONG&gt; join them onto LGSummary. But this QlikView does not understand. QlikView makes the join already after the first file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 10pt;"&gt;Instead you could do the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;STRONG style=": ; Courier New&amp;amp;quot: ; color: blue; font-size: 9pt; font-family: &amp;amp;quot;"&gt;For&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; Courier New&amp;amp;quot: ; color: gray; font-size: 9pt; font-family: &amp;amp;quot;"&gt;vFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;('$(vDataPath)*.txt')&lt;BR /&gt; XYZ:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; Courier New&amp;amp;quot: ; color: blue; font-size: 9pt; font-family: &amp;amp;quot;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;LensKey&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;CaptureDateTime&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; [$(vFile)] ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; Courier New&amp;amp;quot: ; color: blue; font-size: 9pt; font-family: &amp;amp;quot;"&gt;next&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; Courier New&amp;amp;quot: ; color: gray; font-size: 9pt; font-family: &amp;amp;quot;"&gt;vFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; Courier New&amp;amp;quot: ; color: blue; font-size: 9pt; font-family: &amp;amp;quot;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; XYZ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; Courier New&amp;amp;quot: ; color: blue; font-size: 9pt; font-family: &amp;amp;quot;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt; XYZ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284145#M105588</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-02-15T11:39:46Z</dc:date>
    </item>
    <item>
      <title>Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284146#M105589</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;The preceding load doesn't work with the *.txt.&amp;nbsp; Load all the data into a temp table first then use resident.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think you will need to do the same for the Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 11:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284146#M105589</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-15T11:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284147#M105590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried what you said to me but still my problem is not able to solve. Actually i'm trying this for incremental process. But the increment for the qvd(i.e. VQDSummarizedDefects.qvd in VQDSummarizedDefects tab) file is not happening. The increment for RTQMain.qvd file is happening in my file.Here i'm attaching my file can anyone correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More over i don't want to change the names of my fields.i.e with help of Qualify. OK if if change it should be replaced with original fields while generating qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284147#M105590</guid>
      <dc:creator />
      <dc:date>2012-02-15T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284148#M105591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in brief, based on your original code, this will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Table:&lt;/P&gt;&lt;P&gt;Load * FROM&lt;/P&gt;&lt;P&gt;[$(vDataPath)*.txt]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LGSummary:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LensKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(substringCount(Concat(LensResult,';'),'Fail')&amp;gt;0,'Fail','Pass') as LensResult&lt;/P&gt;&lt;P&gt;Resident Temp_Table&lt;/P&gt;&lt;P&gt;&amp;nbsp; Group By LensKey&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Temp_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Table:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LensKey, CaptureDateTime &lt;/P&gt;&lt;P&gt; FROM&lt;/P&gt;&lt;P&gt;$(vDataPath)*.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (LGSummary)&lt;/P&gt;&lt;P&gt;Load * Resident Temp_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284148#M105591</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-15T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284149#M105592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya your are right. But with help of resident load it is taking to load 7-8 hours. But according the code which i develop in the attached file it is very quick. Now i'm trying to optimize the time of reload. But the data is not coming exactly with this code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284149#M105592</guid>
      <dc:creator />
      <dc:date>2012-02-15T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284150#M105593</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;If you are on a version before v10, then, instead of doing a resident load, write the Temp file to QVD first then load in the QVD - it is much faster.&amp;nbsp; Shouldn't make a different in v10+.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Synthetic-keys/m-p/284150#M105593</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-15T12:23:55Z</dc:date>
    </item>
  </channel>
</rss>

