<?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: How do I remove synthetic key in the below query? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126977#M764748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="SS.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208866_SS.PNG" style="height: 209px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Errors out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 18:58:12 GMT</pubDate>
    <dc:creator>haneeshmarella</dc:creator>
    <dc:date>2018-07-25T18:58:12Z</dc:date>
    <item>
      <title>How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126967#M764738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried renaming fields, still gives synthetic key for below query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Load Incremental Data&lt;/P&gt;&lt;P&gt;Incremental_Table:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;PICKTICKET#,&lt;/P&gt;&lt;P&gt;SHIP_TO_COUNTRY,&lt;/P&gt;&lt;P&gt;PLANNED_SHIP_VIA,&lt;/P&gt;&lt;P&gt;TOTAL_NO_OF_CARTONS,&lt;/P&gt;&lt;P&gt;PKMS_USERS,&lt;/P&gt;&lt;P&gt;CASE#,&lt;/P&gt;&lt;P&gt;TO_LOCATION,&lt;/P&gt;&lt;P&gt;MENU_OPTION_NAME,&lt;/P&gt;&lt;P&gt;FROM_LOCATION,&lt;/P&gt;&lt;P&gt;STYLE,&lt;/P&gt;&lt;P&gt;UNITS#,&lt;/P&gt;&lt;P&gt;DATE_STRING,&lt;/P&gt;&lt;P&gt;TIME_STRING,&lt;/P&gt;&lt;P&gt;DATE_TIME_STRING,&lt;/P&gt;&lt;P&gt;USER_NAME,&lt;/P&gt;&lt;P&gt;Date(Date#(DATE_STRING,'YYYYMMDD'),'MM/DD/YYYY') as DATE;&lt;/P&gt;&lt;P&gt;SQL Select....&lt;/P&gt;&lt;P&gt;FROM "&lt;SPAN style="font-size: 13.3333px;"&gt;\\Glsdwcfs02002\qv\QvDev\SrcDocs\2.NAM_Dell\1.QVD\MOD3_Data_Source.QVD" (QVD)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hours_Associate:&lt;/P&gt;&lt;P&gt;LOAD USER_NAME&lt;/P&gt;&lt;P&gt;FROM "\\Glsdwcfs02002\qv\QvDev\SrcDocs\2.NAM_Dell\1.QVD\MOD3_Data_Source.QVD" (QVD)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT Join(Hours_Associate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hour_Information:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;SUPERVISOR, USER_NAME, HOURS, DATE&lt;/P&gt;&lt;P&gt;Charla Hunter,'Eliga Dani' , 8 , 07/16/2018,&lt;/P&gt;&lt;P&gt;Charla Hunter,'Karen Ector' , 8 , 07/16/2018,&lt;/P&gt;&lt;P&gt;Charla Hunter,'Lilian Fares' , 8 , 07/16/2018,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SS.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208862_SS.PNG" style="height: 502px; width: 620px;" /&gt;&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/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126967#M764738</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126968#M764739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your joining key between these two tables. You can rename your Username from Hours Associate table to a new name or the Date. LIke &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hour_Information:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, &lt;STRONG&gt;USER_NAME as Name, DATE as InfoDate&lt;/STRONG&gt; Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUPERVISOR, USER_NAME, HOURS, DATE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charla Hunter,'Eliga Dani' , 8 , 07/16/2018,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charla Hunter,'Karen Ector' , 8 , 07/16/2018,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charla Hunter,'Lilian Fares' , 8 , 07/16/2018,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126968#M764739</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-25T18:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126969#M764740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//Load Incremental Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Incremental_Table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PICKTICKET#,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SHIP_TO_COUNTRY,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PLANNED_SHIP_VIA,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TOTAL_NO_OF_CARTONS,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PKMS_USERS,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CASE#,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TO_LOCATION,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MENU_OPTION_NAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM_LOCATION,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STYLE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;UNITS#,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DATE_STRING,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TIME_STRING,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DATE_TIME_STRING,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER_NAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Date#(DATE_STRING,'YYYYMMDD'),'MM/DD/YYYY') as DATE&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;USER_NAME&amp;amp;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(Date#(DATE_STRING,'YYYYMMDD'),'MM/DD/YYYY') as UserDateKey&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL Select....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;\\Glsdwcfs02002\qv\QvDev\SrcDocs\2.NAM_Dell\1.QVD\MOD3_Data_Source.QVD" (QVD)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Hours_Associate_Temp&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD USER_NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM "\\Glsdwcfs02002\qv\QvDev\SrcDocs\2.NAM_Dell\1.QVD\MOD3_Data_Source.QVD" (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT Join(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hours_Associate_Temp&lt;/STRONG&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hour_Information:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUPERVISOR, USER_NAME, HOURS, DATE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charla Hunter,'Eliga Dani' , 8 , 07/16/2018,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charla Hunter,'Karen Ector' , 8 , 07/16/2018,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charla Hunter,'Lilian Fares' , 8 , 07/16/2018,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hours_Associate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;USER_NAME&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DATE as UserDateKey&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Resident &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hours_Associate_Temp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DROP Table &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hours_Associate_Temp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DROP Fields USER_NAME, DATE From &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hours_Associate;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126969#M764740</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T18:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126970#M764741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="SS.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208863_SS.PNG" style="height: 538px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still gives the synthetic key,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126970#M764741</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T18:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126971#M764742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not give the hours information I tried to join through inline. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126971#M764742</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T18:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126972#M764743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what that means.... did you drop the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hours_Associate &lt;/STRONG&gt;table also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126972#M764743</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T18:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126973#M764744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, I did not drop the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;Hours_Associate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;HOURS&lt;/STRONG&gt; field do not show up in the straight table which had showed up earlier when the synthetic keys were generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126973#M764744</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126974#M764745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Image of the new data model? I have not dropped the Hours field from the script I shared... I wonder what happened?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126974#M764745</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126975#M764746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="SS.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208864_SS.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It shows up in a list box, but when I use the same field in a straight table, it gives blanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SS.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/208865_SS.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126975#M764746</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T18:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126976#M764747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;Hours_Associate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;USER_NAME&amp;amp;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit;"&gt;Date(Date#(DATE_STRING,'YYYYMMDD'),'MM/DD/YYYY') as UserDateKey&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;Resident &lt;STRONG style="font-style: inherit;"&gt;Hours_Associate_Temp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;DROP Table &lt;STRONG style="font-style: inherit;"&gt;Hours_Associate_Temp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;DROP Fields USER_NAME, DATE From &lt;STRONG style="font-style: inherit;"&gt;Hours_Associate;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126976#M764747</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T18:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126977#M764748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="SS.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208866_SS.PNG" style="height: 209px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Errors out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126977#M764748</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T18:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126978#M764749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to load DATE_STRING into Hours_Associate_Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 18:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126978#M764749</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T18:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126979#M764750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Small correction Sunny it should be just DATE right? &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; color: #ff0000;"&gt;USER_NAME&amp;amp;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Date(Date#(DATE,'YYYYMMDD'),'MM/DD/YYYY') as UserDateKey&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126979#M764750</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-25T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126980#M764751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, &lt;A href="https://community.qlik.com/people/vishsaggi"&gt;vishsaggi&lt;/A&gt;‌ is right... use DATE instead of DATE_STRING... But like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hours_Associate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; color: #ff0000;"&gt;USER_NAME&amp;amp;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Date(DATE, 'MM/DD/YYYY') as UserDateKey&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hours_Associate_Temp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP Table &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hours_Associate_Temp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP Fields USER_NAME, DATE From &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hours_Associate;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126980#M764751</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T19:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126981#M764752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No error, but HOURS field in straight table does not populate as the above screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126981#M764752</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126982#M764753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed it, and then reloaded it after opening. Works now! Thanks Sunny! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126982#M764753</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove synthetic key in the below query?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126983#M764754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vishwarath! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 19:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-remove-synthetic-key-in-the-below-query/m-p/126983#M764754</guid>
      <dc:creator>haneeshmarella</dc:creator>
      <dc:date>2018-07-25T19:25:56Z</dc:date>
    </item>
  </channel>
</rss>

