<?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 write an expression that dynamicly identifies a year? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326432#M515138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why not use Year as a Dimension in a pivot where you drag and drop the Year Dimension as a header, like this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166055_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 11:27:44 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2017-06-07T11:27:44Z</dc:date>
    <item>
      <title>How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326431#M515137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;I have a dataset that shows the nationality among foreign students. &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;I have data for the years 2013-2016. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;I want to make a straight table with nationality as a dimension and show the number of students in each category of nationality for every year, so that I end up with 4 columns with numbers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;I have defined a vMaxAargang variable (max year=2016) and a vMinAargang (min year=2013).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;In the expressions tab I write this for the year 2016:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Type_stat]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[type_stat2]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udl Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[over_udd]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[aargang]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(vMaxAargang)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;This gives me the data that I want for 2016.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;My problem is to get the data for 2015, 2014 and 2013.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;I have tried to modify the above code to go 1(,2,3) years back – without luck:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Type_stat]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[type_stat2]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udl Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[over_udd]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[aargang]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(vMaxAargang-1)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Hjemland2]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[Type_stat]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[type_stat2]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Udl Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[over_udd]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={'Bachelor', 'Kandidat'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[aargang]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(vMaxAargang)-1&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="margin: 0px; color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;How do I tell QV to go X years back in the script without hardcoding?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;KIND REGARDS&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 11px;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Maria&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 10:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326431#M515137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T10:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326432#M515138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why not use Year as a Dimension in a pivot where you drag and drop the Year Dimension as a header, like this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166055_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326432#M515138</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-06-07T11:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326433#M515139</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&gt;&lt;SPAN lang="EN-US"&gt;&lt;STRONG&gt;=C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US"&gt;ount&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[Hjemland2] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[Type_stat] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {'Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[type_stat2] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {'Udl Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[over_udd]&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;={'Bachelor', 'Kandidat'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[aargang] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {&lt;SPAN style="color: #ff0000;"&gt;$(=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;$(vMaxAargang)-1&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;PERSON_ID&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;SPAN lang="EN-US"&gt;ount&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[Hjemland2] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {'Udenlandsk'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[Type_stat] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {'Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[type_stat2] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {'Udl Heltid'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[over_udd]&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;={'Bachelor', 'Kandidat'}, &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;[aargang] &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;= {&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;vMaxAargang-1&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;PERSON_ID&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326433#M515139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326434#M515140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh yes, a little easier than my suggestion. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326434#M515140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326435#M515141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both ways work!! Thanks a lot &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, 07 Jun 2017 11:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326435#M515141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326436#M515142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I suggest marking &lt;A href="https://community.qlik.com/people/stabben23"&gt;stabben23&lt;/A&gt;‌ response as correct instead of marking your own response as the correct response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 11:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326436#M515142</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T11:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326437#M515143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done - thanks for heads up. I didn't realize I had done that &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, 07 Jun 2017 11:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326437#M515143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T11:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to write an expression that dynamicly identifies a year?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326438#M515144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &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, 07 Jun 2017 11:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-an-expression-that-dynamicly-identifies-a-year/m-p/1326438#M515144</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T11:56:08Z</dc:date>
    </item>
  </channel>
</rss>

