<?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 to  join same table  with out synthetic keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053966#M353465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really understand your (new) question. In your original post you asked for a second field that contains employee IDs only when they meet specific conditions. This field should be present in a single table and no synthetic keys should be present. Is it that what you want? My first example &lt;A href="https://community.qlik.com/message/1030235"&gt;Re: how to  join same table  with out synthetic keys&lt;/A&gt; does exactly that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want us to present you with an example of this script code, please post your source QVD (QlikView Data file), not your end QVW (QlikView document) because we cannot reload without the source QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 12:44:59 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-05-02T12:44:59Z</dc:date>
    <item>
      <title>how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053958#M353457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have emp table FIRST TIME i am loading all the data in what i have QVD files.&lt;/P&gt;&lt;P&gt;second time i want to load the data with using conditional.&lt;/P&gt;&lt;P&gt;now i want to give the link /apply map with out synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FIRST TIME loading:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;empid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;salary,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Bonus&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;country,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;state,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;city,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;place,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;deptid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;deptname&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from $(vQVDBasePath)empQVD (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;second time &lt;SPAN style="font-size: 13.3333px;"&gt;loading:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;empid as 101empid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;country,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;state,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;city,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; from $(vQVDBasePath)empQVD (QVD)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where &lt;SPAN style="font-size: 13.3333px;"&gt;deptid='101' and Bonous&amp;lt;&amp;gt;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Note:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;second time loading only for &lt;SPAN style="font-size: 13.3333px;"&gt;deptid='101' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;now i want to merge the two tables in one single table &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;like :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;empid,--here i need all empid"s&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;101empid,--here i need only &lt;SPAN style="font-size: 13.3333px;"&gt;deptid='101' &lt;SPAN style="font-size: 13.3333px;"&gt;and Bonous&amp;lt;&amp;gt;0 &lt;/SPAN&gt; empid"s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;salary,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;country,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;state,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;city,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;place,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;deptid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;deptname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please help me &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Boby&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 07:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053958#M353457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-02T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053959#M353458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Data:&lt;/EM&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;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;load&amp;nbsp; *,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '101EmpId' as Flag&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;from $(vQVDBasePath)empQVD (QVD)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;where &lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;deptid='101' and Bonous&amp;lt;&amp;gt;0;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px; font-family: inherit;"&gt;concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;Data)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;load&amp;nbsp; *,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Not101EmpId' as Flag&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit;"&gt;from $(vQVDBasePath)empQVD (QVD)&lt;/STRONG&gt;&lt;/EM&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-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;EM&gt;Where not exists(EmpID);&lt;/EM&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;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 07:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053959#M353458</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-02T07:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053960#M353459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can be done in a simple way and all in one stroke. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Emp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((deptid = 101) and (bonous &amp;lt;&amp;gt; 0), empid) AS 101empid&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;$(vQVDBasePath)empQVD (QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or using Kush's technique, which may offer more flexilbility (more QlikView-ness) in the user interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Emp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((deptid = 101) and (bonous &amp;lt;&amp;gt; 0), '101EmpId', 'Not101EmpId') AS Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;$(vQVDBasePath)empQVD (QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 07:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053960#M353459</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-02T07:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053961#M353460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hay &lt;A _jive_internal="true" data-avatarid="1024" data-externalid="" data-online="false" data-presence="null" data-userid="57428" data-username="kush141087" href="https://community.qlik.com/people/kush141087" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;kushal chawda&lt;/A&gt;&lt;SPAN class="icon-status-icon icon-partner" style="margin: 0 0 0 4px; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #a9a9a9; background-color: #f2f2f2;" title="Partner"&gt;&lt;/SPAN&gt;,&lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="3540" data-username="pcammaert" href="https://community.qlik.com/people/pcammaert" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Peter Cammaert&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am confuzed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;can you please give more explanation or please attach any QVD file &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;&amp;nbsp; if ((deptid = 101) and (bonous &amp;lt;&amp;gt; 0), '101EmpId', 'Not101EmpId') AS Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;here we are creating flag using this flag what we can do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;for ex:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;we need emp and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;101empid in one pivot&amp;nbsp; is it possible?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;boby&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 10:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053961#M353460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-02T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053962#M353461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;if ( deptid = 101 and bonous &amp;lt;&amp;gt; 0, EmpId) AS 101EmpID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'courier new', courier;"&gt;if (&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;deptid&amp;lt;&amp;gt;101,&lt;/SPAN&gt;EmpId) AS Emp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13.3333px; background-color: #f2f2f2;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM $(vQVDBasePath)empQVD (QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 10:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053962#M353461</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-02T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053963#M353462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea behind the suggestions from &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="57428" data-objecttype="3" href="https://community.qlik.com/people/kush141087"&gt;kushal chawda&lt;/A&gt;&lt;SPAN class="icon-status-icon icon-partner" style="margin: 0 0 0 4px; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #a9a9a9; background-color: #f2f2f2;" title="Partner"&gt;&lt;/SPAN&gt;,&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="3540" data-objecttype="3" href="https://community.qlik.com/people/pcammaert"&gt;Peter Cammaert&lt;/A&gt; is not to load your data twice else to flag the data to be able to differ them quite simply per selections or maybe with conditions within the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 10:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053963#M353462</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-02T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053964#M353463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are three cases that you can deploy in a single pivot table using the Flag field QVD:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;mix all employees: do not use the flag&lt;/LI&gt;&lt;LI&gt;aggregate just the facts for dept=101 bonus employees: add set analysis to your expression that selects Flag = {'101EmpId'} &lt;/LI&gt;&lt;LI&gt;aggregate the facts for non dept=101 employees: &lt;SPAN style="font-size: 13.3333px;"&gt;add set analysis to your expression that selects Flag = {'Not101EmpId'}&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you pivot table, you can put the three expressions next to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 11:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053964#M353463</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-02T11:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053965#M353464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter Cammaert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for explaining&lt;/P&gt;&lt;P&gt;i am attaching QVD file Could you please reply on that your suggestions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields names may be different but&amp;nbsp; i need exact what i am asking in above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 12:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053965#M353464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-02T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053966#M353465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really understand your (new) question. In your original post you asked for a second field that contains employee IDs only when they meet specific conditions. This field should be present in a single table and no synthetic keys should be present. Is it that what you want? My first example &lt;A href="https://community.qlik.com/message/1030235"&gt;Re: how to  join same table  with out synthetic keys&lt;/A&gt; does exactly that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want us to present you with an example of this script code, please post your source QVD (QlikView Data file), not your end QVW (QlikView document) because we cannot reload without the source QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 12:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053966#M353465</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-02T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to  join same table  with out synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053967#M353466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me give example for get above all things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have country,state,city and Date dimensions and "progerss, progerssamount ,estimateamt&amp;nbsp; " metrics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here when i am creating a pivot&amp;nbsp; using above fields&lt;/P&gt;&lt;P&gt;each metric level i want to restrict the null data in each date wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like here ex:&lt;/P&gt;&lt;P&gt;in pivot we have &lt;SPAN style="font-size: 13.3333px;"&gt;progerss, and &lt;SPAN style="font-size: 13.3333px;"&gt;country,state,city with Date &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;so when i am creating to pivot i want to display each date wise values &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;like :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123300_Capture.PNG" style="height: 98px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;like above screens shot we can we can get but here i am marking the some dates so that dates i dont want to display in above pivot &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;note:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i&lt;STRONG&gt; dont want use any suppress null options or missing or hiding null options in pivot level so i must do some thing in Date column''&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;like here i need to create a alias date column with condition like &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;if(&lt;SPAN style="font-size: 13.3333px;"&gt;progerss&amp;lt;&amp;gt;0,'date'&lt;/SPAN&gt;) as aliasdate&lt;/STRONG&gt;---but here i dont want to display else part means if the condition is true then it wil display date other wise it display "-" or ' '&amp;lt;spaces&amp;gt; in povit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so i dont want to else condition here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bellow screen shot i want to create as output :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;here&amp;nbsp; i dont want to use any suppress null or hiding null options in dimensional or metric level in pivot&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123301_Capture3.PNG" style="height: 91px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;observing the above two scree shots:&lt;/P&gt;&lt;P&gt;19,24,25 dates we dont have any values so i am restring that dates in &lt;STRONG&gt;Alias date&lt;/STRONG&gt; column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my attention is:&lt;/P&gt;&lt;P&gt;in variable level or script level i want to restrict the 19,24,25 dates because these dates does contain any vale in progress metric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i am using if condition in script level i am getting else part ..so i dont want that i want only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if particular date have some value then i need that date other wise i dont want date and '_' or ' '&amp;lt;spaces&amp;gt; like this i dont want ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;idea in script level:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;testtable:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp; country,&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;state,&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;city,&lt;/TD&gt;&lt;TD&gt;Date,&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;month,&lt;/TD&gt;&lt;TD&gt;year,&lt;/TD&gt;&lt;TD&gt;progerss, progerssamount ,estimateamt&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;from&amp;nbsp; TestTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aliasdatefinding:&lt;/P&gt;&lt;P&gt;load Date as aliasdate&lt;/P&gt;&lt;P&gt;from TestTable:&lt;/P&gt;&lt;P&gt;where progress&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now how&amp;nbsp; to merge or link these tables...because i need &lt;STRONG&gt;date columns&lt;/STRONG&gt; ,&lt;STRONG&gt;aliasdate column.&lt;/STRONG&gt;here Date column i need to use in some other metrics like &lt;SPAN style="font-size: 13.3333px;"&gt;progerssamount ,estimateamt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------after all above----simple words--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i need a new columns the column is derived by Date column with condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:condition is &lt;/P&gt;&lt;P&gt;progress have any value in particular date so i need only that date,,,that column name is "aliasdate"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this "alias date" cloumns--if possible i want to create in varible level or may be in script level also ...please see my QVD file above and please reply on that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-same-table-with-out-synthetic-keys/m-p/1053967#M353466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-02T16:18:20Z</dc:date>
    </item>
  </channel>
</rss>

