<?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: Current Year using Select Field Action with Search string? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424920#M565001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks good too. I wish I could mark both correct. I can see the logic in the string work around. very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 18:40:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-15T18:40:12Z</dc:date>
    <item>
      <title>Current Year using Select Field Action with Search string?</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424916#M564997</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;I haven't seen anything that works in my scenario below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a button that suppose to dynamically select the current year. Currently its hard coded as *2012* with wild cards which is the only thing that works.. &lt;/P&gt;&lt;P&gt;I would like to use something like this:&amp;nbsp; &lt;STRONG&gt;Year(Today())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But nothing happens. I'm sure my syntax incorrect.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="30457" alt="2013-01-15_113521.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/30457_2013-01-15_113521.png" width="450" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="30458" alt="2013-01-15_113801.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/30458_2013-01-15_113801.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424916#M564997</guid>
      <dc:creator />
      <dc:date>2013-01-15T16:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year using Select Field Action with Search string?</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424917#M564998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my opinion the cleanest solution is to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) add a field in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(ModEffDate) AS ModEffYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Change your Action: Select in Field: ModEffYear. the search string is OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In alternative probably it can be done without adding that field... but let's be honest: it is always nice to have the Year field!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424917#M564998</guid>
      <dc:creator>francescopuppin</dc:creator>
      <dc:date>2013-01-15T16:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year using Select Field Action with Search string?</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424918#M564999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, introducing a Year field in the data model should make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, one can use a search string like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=year(ModEffDate)=year(today())'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424918#M564999</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-01-15T16:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year using Select Field Action with Search string?</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424919#M565000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you Francesco this worked very well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 18:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424919#M565000</guid>
      <dc:creator />
      <dc:date>2013-01-15T18:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year using Select Field Action with Search string?</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424920#M565001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks good too. I wish I could mark both correct. I can see the logic in the string work around. very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 18:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-using-Select-Field-Action-with-Search-string/m-p/424920#M565001</guid>
      <dc:creator />
      <dc:date>2013-01-15T18:40:12Z</dc:date>
    </item>
  </channel>
</rss>

