<?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: Reduce document based on Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697563#M251931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to reduce the data from back end...&lt;/P&gt;&lt;P&gt;You can use something like below while loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From TableName Where Match(Year,Year(Today()),Year(Today())-1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 10:55:09 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-09-03T10:55:09Z</dc:date>
    <item>
      <title>Reduce document based on Year</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697562#M251930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where the QlikView dashboard needs to be reduced based on current Fiscal Year and Previous Fiscal Year(derive the years dynamically).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now we achieve the same by static reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs on how this can be done dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697562#M251930</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-09-03T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce document based on Year</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697563#M251931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to reduce the data from back end...&lt;/P&gt;&lt;P&gt;You can use something like below while loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From TableName Where Match(Year,Year(Today()),Year(Today())-1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697563#M251931</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-03T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce document based on Year</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697564#M251932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using publisher? A quick idea hits:&lt;/P&gt;&lt;P&gt;Create an inline table and join it with your calendar table, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCYear=Year(Today());&lt;BR /&gt;Let vLYear=Year(Today())-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reduction:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReducYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReducYear as &lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Inline [&lt;BR /&gt;ReducYear&lt;BR /&gt;$(vCYear)&lt;BR /&gt;$(vLYear)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join&amp;nbsp;&amp;nbsp; // &lt;/STRONG&gt;or leave as it is to maintain association by Year field&lt;/P&gt;&lt;P&gt;Load &lt;STRONG&gt;Year&lt;/STRONG&gt;, Date, Month From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now reduce the application in publisher on field&lt;STRONG&gt; ReducYear&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697564#M251932</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-03T10:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce document based on Year</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697565#M251933</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;You can able to set your year in the variable and use that wherever its required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Let ThisYear = Year(Today());&lt;/P&gt;&lt;P&gt;Let PreviousYear = Year(Today())-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Use these variable in where condition.&lt;/P&gt;&lt;P&gt;Load * From table where match(Year,$(ThisYear), $(PreviousYear));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u can easily alter the expression in one place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 11:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697565#M251933</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-03T11:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce document based on Year</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697566#M251934</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;In static I will have to select the years in the QEMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use dynamic it will create 2 dashboards if there are two years in the inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need single dashboard while reduction for any no. of years. If no years then no reduced dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 12:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-document-based-on-Year/m-p/697566#M251934</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-09-03T12:11:43Z</dc:date>
    </item>
  </channel>
</rss>

