<?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 Pseudo Column in the table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513331#M191796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your response. It would be great if you brief more about &lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;expression to calculate year &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AS YEAR;&lt;/SPAN&gt; in your solution. Do I need to have any lookups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 13:22:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-21T13:22:10Z</dc:date>
    <item>
      <title>Adding Pseudo Column in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513327#M191792</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;&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;&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;&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;&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;&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;&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;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 12:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513327#M191792</guid>
      <dc:creator />
      <dc:date>2013-08-21T12:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Pseudo Column in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513328#M191793</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;You need to decide where YEAR can be calculated from when loading your Table B data.&lt;/P&gt;&lt;P&gt;Then you can calculate your YEAR 'column' while loading the data.&lt;/P&gt;&lt;P&gt;It will be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD TAX, INFO, &lt;EM&gt;expression to calculate year &lt;/EM&gt;AS YEAR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B will then link with table A based on YEAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513328#M191793</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-08-21T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Pseudo Column in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513329#M191794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of value are you expecting to be populated in the pseudo year column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD TAX, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFO, &lt;/P&gt;&lt;P&gt;'9999' as year1 //dummy year&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\XXXX.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is xxx);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[TAX,INFO, Year&lt;/P&gt;&lt;P&gt;xx,yy,&lt;/P&gt;&lt;P&gt;dd,mm,];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513329#M191794</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2013-08-21T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Pseudo Column in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513330#M191795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.qlik.com/message/380616#380616" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: Adding Pseudo Column in the table&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hi &lt;A href="https://community.qlik.com/people/abeyphilip"&gt;abeyphilip&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; 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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; 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; Thank you for your quick response. I may need to have the year field same like below&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; 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;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD TAX,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFO,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'9999' as year1 //dummy year&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\XXXX.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, no labels, table is xxx);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But I should not Hard Code it. I need to have a variable with table B ,it should look in to Table A year field&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513330#M191795</guid>
      <dc:creator />
      <dc:date>2013-08-21T13:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Pseudo Column in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513331#M191796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for your response. It would be great if you brief more about &lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;expression to calculate year &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AS YEAR;&lt;/SPAN&gt; in your solution. Do I need to have any lookups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 13:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Pseudo-Column-in-the-table/m-p/513331#M191796</guid>
      <dc:creator />
      <dc:date>2013-08-21T13:22:10Z</dc:date>
    </item>
  </channel>
</rss>

