<?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: Expression to trigger current fiscal year as preselection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578825#M215248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work if I understand you correctly, as we already have future dated FYs in the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2014 09:33:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-31T09:33:24Z</dc:date>
    <item>
      <title>Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578817#M215240</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 would like to preselect the current fiscal year on opening the the QVW. I have the same for the current month, so the general approach is clear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can I select the current fiscal year? The data in the corresponding field looks like e.g. '2013/2014' and I'm stuck on building the expression for the trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 08:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578817#M215240</guid>
      <dc:creator />
      <dc:date>2014-03-31T08:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578818#M215241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Document event trigger and apply selection trigger for the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;current fiscal year&lt;/SPAN&gt; field and when you open the application the current selection of fiscal year selection comes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578818#M215241</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-31T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578819#M215242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have it dynamically, meaning today is the last day in the FY13/14, tomorrow starts FY14/15, so I would like to preselect the currently valid FY. Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578819#M215242</guid>
      <dc:creator />
      <dc:date>2014-03-31T09:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578820#M215243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(today() &amp;lt;= makedate(year(today()), 3, 31),&lt;/P&gt;&lt;P&gt;(Year(Today())-1) &amp;amp; '/' &amp;amp; Year(Today()),&lt;/P&gt;&lt;P&gt;Year(Today()) &amp;amp; '/' &amp;amp; (Year(Today())+1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578820#M215243</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-31T09:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578821#M215244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generic expression:&lt;/P&gt;&lt;P&gt;=((Year(Today()) + If(Month(Today())&amp;gt;=4, 1, 0) )-1)&amp;amp; '/'&amp;amp; (Year(Today()) + If(Month(Today())&amp;gt;=4, 1, 0) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming, April is the first month of fiscal year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578821#M215244</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-31T09:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578822#M215245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what I'm doing wrong, when using these expressions in a listbox they're working fine, but not as an document event trigger &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578822#M215245</guid>
      <dc:creator />
      <dc:date>2014-03-31T09:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578823#M215246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to upload a sample qvw that demonstrates the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578823#M215246</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-31T09:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578824#M215247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the =max() function to determine the latest day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578824#M215247</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-03-31T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578825#M215248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work if I understand you correctly, as we already have future dated FYs in the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578825#M215248</guid>
      <dc:creator />
      <dc:date>2014-03-31T09:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578826#M215249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in your Financial Year field you have a updated max date then in document trigger use On Open -&amp;gt; Add action -&amp;gt; select in field -&amp;gt; select financial year field -&amp;gt; in Search string type =Max(Financial Year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578826#M215249</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-31T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to trigger current fiscal year as preselection</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578827#M215250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it's working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was my mistake, as I "forgot" that I implemented a new alternate state last week, so the selection, although correct, did not have any effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 09:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-trigger-current-fiscal-year-as-preselection/m-p/578827#M215250</guid>
      <dc:creator />
      <dc:date>2014-03-31T09:52:34Z</dc:date>
    </item>
  </channel>
</rss>

