<?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: Default to data to current Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222180#M849526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do this without using set analysis. Only when dashboard page opens at first it , current year data should be populated else it should be dynamically changes according to filter selected. Using triggers is effecting whole tab.Can this be achieved for a single report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 10:53:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-17T10:53:39Z</dc:date>
    <item>
      <title>Default to data to current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222176#M849517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am new to qlikview. Am looking to default data in one of the 5 reports in a tab to only current year. There is year filter given where it changes dynamically if user selects .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried doing this. Year(date dim)=year(today()).Its not working&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/Default-to-data-to-current-Year/m-p/1222176#M849517</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default to data to current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222177#M849519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set analysis may be, but before you do that, create a Year field in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DateField,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(DateField) as YearField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From ...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;YearField = {$(=Year(Today())}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222177#M849519</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T16:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Default to data to current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222178#M849521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madhu J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want that report to always show current year data as default?&amp;nbsp; Once you use set analysis data in that report will&amp;nbsp; not be associated with any selections in your filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Chintan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 05:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222178#M849521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-17T05:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Default to data to current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222179#M849523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trust that you are doing good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow below steps to fix the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1. Open the Document Properties (Ctrl + Alt + D) and locate Triggers tab&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. Select OnOpen option under Document Event Triggers and press Add Action(s)... button&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3. This will popup Actions window. Press Add button.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4. Set Selection as Action Type and Select in Field As Actions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5. Mention the field you want to set i.e. [Current Year] and mention =Year(Today()) in Search String&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5. Click ok to save the changes&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6. Change the [Current Year] filter to different year than current, save the document and close the document&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7. Once again open the document and you will see Current Year set as filter&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 05:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222179#M849523</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-17T05:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Default to data to current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222180#M849526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do this without using set analysis. Only when dashboard page opens at first it , current year data should be populated else it should be dynamically changes according to filter selected. Using triggers is effecting whole tab.Can this be achieved for a single report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 10:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222180#M849526</guid>
      <dc:creator />
      <dc:date>2017-03-17T10:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default to data to current Year</title>
      <link>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222181#M849527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use on open trigger in that case&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Document_Properties_Triggers.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Document_Properties_Triggers.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Document_Properties_Triggers.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 10:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-to-data-to-current-Year/m-p/1222181#M849527</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-17T10:55:14Z</dc:date>
    </item>
  </channel>
</rss>

