<?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: Adding a Pseudo year field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513244#M191768</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;&amp;nbsp; Thanks for your quick response. If I do the Left Join I can have the year in Table A but,there is no Key field between those. In my real time data it will slow down my Reloading process. So obviouslly I need to create a link of Year field in Table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 13:03:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-21T13:03:58Z</dc:date>
    <item>
      <title>Adding a Pseudo year field</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513242#M191766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am having the following sceario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;YEAR,FLAG&lt;/P&gt;&lt;P&gt;2012,Y&lt;/P&gt;&lt;P&gt;2013,N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;TAX,INFO&lt;/P&gt;&lt;P&gt;xx,yy&lt;/P&gt;&lt;P&gt;dd,mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table C&lt;/P&gt;&lt;P&gt;ID,Details&lt;/P&gt;&lt;P&gt;xx,abc&lt;/P&gt;&lt;P&gt;dd,jjj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above tables,even though I dont have any common key field between Table A &amp;amp; B I need to create a Pseudo column of Year in Table B,Then I need to make a relationship to the table C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want to know ,here how to create a Pseudo Year field with the Table B based on Table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 12:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513242#M191766</guid>
      <dc:creator />
      <dc:date>2013-08-21T12:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Pseudo year field</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513243#M191767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;TAX,INFO&lt;/P&gt;&lt;P&gt;xx,yy&lt;/P&gt;&lt;P&gt;dd,mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select distinct year as year from Table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this way all records for table B will have all yhe years in table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 12:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513243#M191767</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-08-21T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Pseudo year field</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513244#M191768</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;&amp;nbsp; Thanks for your quick response. If I do the Left Join I can have the year in Table A but,there is no Key field between those. In my real time data it will slow down my Reloading process. So obviouslly I need to create a link of Year field in Table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513244#M191768</guid>
      <dc:creator />
      <dc:date>2013-08-21T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Pseudo year field</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513245#M191769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The join is Table B left join Table A, in this way you will add the field year as previously descripted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513245#M191769</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-08-21T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Pseudo year field</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513246#M191770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Alexandros17"&gt;Alexandros17&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks again for your quick response. I hope am not clear in my scenario.The Table B &lt;STRONG&gt;dont have any Year &lt;/STRONG&gt;field with it. So even though if we do the Left join it will force the Year field to Table B from A. But the reload time,Object retrival time will be high in my dashboard then. So instead of&amp;nbsp; simply doing the Left Join I need to create a Pseudo Year Field to make a perfect relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-Pseudo-year-field/m-p/513246#M191770</guid>
      <dc:creator />
      <dc:date>2013-08-21T13:12:56Z</dc:date>
    </item>
  </channel>
</rss>

