<?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: Set Default View based on Most Recent Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178706#M896230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny...Still doesn't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 17:00:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-02T17:00:49Z</dc:date>
    <item>
      <title>Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178697#M896218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example qvw file, it shows the Year from 2007 to 2015. When I open up the qvw, the current default view is match the current Year range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How if I only want to show the most recent 3 years in the default view without manually set up condition for year = 2013, 2014 and 2015?&amp;nbsp; Becuse I could have year, 2016, 2017, 2018 ... ... in the future. Is there a way to set up the defalt view with only the most recent year in listbox. By the same time, I would like to show previous years as options/selection for users. &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133035_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178697#M896218</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178698#M896219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use "On Open" trigger as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Open Trigger &amp;gt; Select in Field &amp;gt;&lt;/P&gt;&lt;P&gt;Field Name: Submit_Year&lt;/P&gt;&lt;P&gt;Search String:&amp;nbsp; ='&amp;gt;=$(=max(Submit_Year)-3)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select your alternate state accordingly in the on open trigger menu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178698#M896219</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2016-07-29T15:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178699#M896220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much! This solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A futhur question in my mind is can I only create on "On Open" trigger but apply for two of the tabs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I can create the 'On Open" Trigger and selet "Submit_Year. Then I will probably need to create the second "On Open" trigger and "Receive_Year". Is there a way only create one trigger with one general date field that will apply on all the tabs? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178699#M896220</guid>
      <dc:creator />
      <dc:date>2016-07-29T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178700#M896221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is basically the reason for creating a Master Calendar. In your case it seems if you create a master calendar that would combine all the years in range from two year fields then you can use that field in trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have alternate states too in your app so I would suggest to be careful implementing a solution so that it won't impact any use cases/ business scenarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If those two Year field are required to be used independently then I would think of creating two triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178700#M896221</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2016-07-29T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178701#M896222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for giving more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble for my Master Calendar now. It only applies on Case_Receive tab but doesn't work on Case_Submission tab. I posted another one for this issue &lt;A href="https://community.qlik.com/thread/227093"&gt;Master Calendar/Canonical Calendar&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your second suggestion, I know it make sense. But I am not sure how a solution could impact user cases/business scenarios. Do you mean that maybe a user want to see the updated result based on their date selection on both tabs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178701#M896222</guid>
      <dc:creator />
      <dc:date>2016-07-29T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178702#M896223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll go through the other post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if your requirement is that end users want to select a single date field and that would be applied to all the date fields in the application then you would need to try some field event triggers that would be applied to both the date fields. I think you are currently using Variable event trigger but that is only applied to Receive date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case users want the two dates to be driven independently then you can use it as you have now. One tab for receive and other for submit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178702#M896223</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2016-07-29T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178703#M896224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I will discuss with users then to see if I need to change my approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178703#M896224</guid>
      <dc:creator />
      <dc:date>2016-07-29T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178704#M896226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to do, if I need to set the most recent 3 year in dimension or expression in a chart?&lt;/P&gt;&lt;P&gt;This solution doesn't work...='&amp;gt;=$(=max(Submit_Year)-3)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 16:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178704#M896226</guid>
      <dc:creator />
      <dc:date>2016-08-02T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178705#M896228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;.='&amp;gt;=' &amp;amp; Max(Submit_Year)-3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 16:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178705#M896228</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T16:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178706#M896230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny...Still doesn't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178706#M896230</guid>
      <dc:creator />
      <dc:date>2016-08-02T17:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178707#M896232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It shows :&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133363_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178707#M896232</guid>
      <dc:creator />
      <dc:date>2016-08-02T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178708#M896234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Submit_Year &amp;gt;= Max(TOTAL &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Submit_Year) - 3, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Submit_Year)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178708#M896234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T17:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178709#M896235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, this works. Thanks Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it somehow shows a Null year value...&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133364_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178709#M896235</guid>
      <dc:creator />
      <dc:date>2016-08-02T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178710#M896236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select 'Suppress When Value is Null' on the dimension tab for your dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178710#M896236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T17:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178711#M896237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! All set! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 17:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178711#M896237</guid>
      <dc:creator />
      <dc:date>2016-08-02T17:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178712#M896238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This search string doesn't seem to work for me for similar usage. My field is [COB Date]&lt;/P&gt;&lt;P&gt;I am pulling last 15 days data and want to default open on most recent date.&lt;/P&gt;&lt;P&gt;The data looks like this - 17/08/2016 00:00:00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 09:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178712#M896238</guid>
      <dc:creator />
      <dc:date>2016-08-19T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178713#M896240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you try to use floor() function to convert your date from Timestamp format to Date format? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178713#M896240</guid>
      <dc:creator />
      <dc:date>2016-08-19T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Default View based on Most Recent Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178714#M896242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't work. Tried with Getdate()-1 in searchstring also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Default-View-based-on-Most-Recent-Year/m-p/1178714#M896242</guid>
      <dc:creator />
      <dc:date>2016-08-19T14:05:42Z</dc:date>
    </item>
  </channel>
</rss>

