<?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: To Display Current Year+2 and Current year -2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475721#M1122683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manideep. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 11:14:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-08T11:14:41Z</dc:date>
    <item>
      <title>To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475706#M1122668</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;I have a field called "Production Year"&lt;/P&gt;&lt;P&gt;I need to display&amp;nbsp; " Current year + 2 and Current year -2 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: Current Year = 2014&lt;/P&gt;&lt;P&gt;I need a list box containing&lt;/P&gt;&lt;P&gt;2012, 2013, 2014(Current year), 2015 and 2016...&lt;/P&gt;&lt;P&gt;Can anyone pls help me with this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 13:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475706#M1122668</guid>
      <dc:creator />
      <dc:date>2014-01-07T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475707#M1122669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say try creating a master calendar in your load script, in this master calendar use variables for min date which would be your Production Year - 2 and then one for your max date which would be Production Year + 2.&amp;nbsp; This may be a useful post to check out.... &lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 13:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475707#M1122669</guid>
      <dc:creator />
      <dc:date>2014-01-07T13:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475708#M1122670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMin = Year(Today())-2;&lt;/P&gt;&lt;P&gt;LET vMax = Year(Today())+2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;$(vMin)+ IterNo()-1 as ProductionYear&lt;/P&gt;&lt;P&gt;AutoGenerate 1 While $(vMin)+ IterNo()-1 &amp;lt;= $(vMax);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 14:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475708#M1122670</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-01-07T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475709#M1122671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to show the string 2012,2013, etc. in the list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you could create a field called ProdYears_Display:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProdYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; - 2 ) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(44) &amp;amp; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProdYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; - 1) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(44) &amp;amp; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProdYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(44) &amp;amp; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProdYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; + 1) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(44) &amp;amp; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProdYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; + 2) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProdYears_Display &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 14:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475709#M1122671</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2014-01-07T14:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475710#M1122672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John Duffy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want me to write it in the load Script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 05:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475710#M1122672</guid>
      <dc:creator />
      <dc:date>2014-01-08T05:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475711#M1122673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manideep,&lt;/P&gt;&lt;P&gt;Thanks. I got it correct with your script.&lt;/P&gt;&lt;P&gt;I am a newbie. Can you please explain this script to me.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475711#M1122673</guid>
      <dc:creator />
      <dc:date>2014-01-08T06:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475712#M1122674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manideep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is actually creating a temporary table. On selecting any date, it is not getting affected to the data. (If I select 2014 from it, it is not showing related data)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475712#M1122674</guid>
      <dc:creator />
      <dc:date>2014-01-08T06:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475713#M1122675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; Hi Praveen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Add Date format function here , otherwise display the number,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;YearTable:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vMin)&lt;/EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt;"&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-1,'YYYY') &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CurrentYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;While&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vMin)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()+1 &amp;lt;= &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(vMax)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 07:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475713#M1122675</guid>
      <dc:creator />
      <dc:date>2014-01-08T07:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475714#M1122676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, It will create a table with only one field called "ProductionYear". If there is already a field with the same name in any other tables, it will automatically link so that the data may get affected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if your issue was resolved other wise send me the Sample app with some sample data so that we can see how we can generate the ProductionYear in the existing data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 08:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475714#M1122676</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-01-08T08:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475715#M1122677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;SHOW_ID&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;PROJECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;SHOW_NAME&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;REGION&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;LOCN&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;LIC_NBR&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;TV_LEVEL_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;TV_SEASON_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;TV_SEASON_DESCR_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;TV_SERIES_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;TV_SERIES_DESCR_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;WPR_GENRE_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;PRDCTN_YR_F&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;,--------&amp;gt;T&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #7030a0;"&gt;his is the column which has Production&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #7030a0;"&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Year Data&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;.&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;PROD_TYPE_F&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;[\\ffeuscnm\Fins\VenSpre\SHOW.QVD]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;The above is the QVD which I have loaded. Now in editors MAIN Page, I have included the script which u have given me.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LET&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;vMin&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;())-2;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LET&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;vMax&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;())+2;&lt;BR /&gt;YearTable:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;$(vMin)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;()-1 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;ProductionYear&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; 1 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;While&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;$(vMin)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;()-1 &amp;lt;= &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;$(vMax)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;I am getting the Table as how I need. but its not affecting the data. Can u help me with this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 08:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475715#M1122677</guid>
      <dc:creator />
      <dc:date>2014-01-08T08:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475716#M1122678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="51204" alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51204_Capture.PNG.png" style="width: 620px; height: 448px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475716#M1122678</guid>
      <dc:creator />
      <dc:date>2014-01-08T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475717#M1122679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px; background-color: #f6f6f6;"&gt;I am getting the Table as how I need. but its not affecting the data. Can u help me with this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475717#M1122679</guid>
      <dc:creator />
      <dc:date>2014-01-08T10:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475718#M1122680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the name of "ProductionYear" as "PRDCTN_YR_F" in my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the name of "PRDCTN_YR_F" as "ProductionYear" in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Motto here is to establish link between your table and temp table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple change. Now your data will get affected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manideep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475718#M1122680</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-01-08T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475719#M1122681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manideep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did those changes already.&lt;/P&gt;&lt;P&gt;I changed the names as "PRDCTN_YR_F" in both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again getting an error.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Since the Schema name is attached. I am getting as&amp;nbsp; Yeartable.PRDCTN_YR_F&amp;nbsp; in temp table and QVS_SHOW.PRDCTN_YR_F as names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I couldnt join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried renaming it, then I faced an issue as the year filter was not working.&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp; After joining, it is bringing all data from QVS_SHOW.PRDCTN_YR_F. whereas I need only 2012,2013, 2014,2015 and 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475719#M1122681</guid>
      <dc:creator />
      <dc:date>2014-01-08T10:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475720#M1122682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please send me the sample app along with sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475720#M1122682</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2014-01-08T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: To Display Current Year+2 and Current year -2</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475721#M1122683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manideep. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-Current-Year-2-and-Current-year-2/m-p/475721#M1122683</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:14:41Z</dc:date>
    </item>
  </channel>
</rss>

