<?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: Qlik Sense : How to restrict graph for 5 years in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305275#M27773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are accumulating values from your business starting years, if you want to display latest 5, in your dimension you need to connsider all the years till 2013 as yr 2013, then the expression will give correct numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: if(&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR='2011' or &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR='2012' or &lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR='2013','2013',&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Calibri;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Calibri;"&gt;Sadasiva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Jul 2017 07:14:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-02T07:14:46Z</dc:date>
    <item>
      <title>Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305269#M27767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Expression : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;rangesum( below( count({&amp;nbsp; &amp;lt; EMP_HRIS = {"E"} &amp;gt;} [Emp Code]), 0, FYEAR))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;count({&amp;lt;EMP_HRIS = {"L"} &amp;gt;} [Emp Code] ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Dimension : &lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri;"&gt;FYEAR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;IMG alt="Q1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168682_Q1.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;In the above graph I want to restrict to view only for 5 years , &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;As my count is accumulating year wise , if I restrict at dimension (Year) level some data is missing see below screen shot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Dimension : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;=if(FYEAR&amp;gt;=max(total FYEAR-5),FYEAR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Using same Expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Now it&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri;"&gt;’s showing wrong values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;IMG alt="q2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168698_q2.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 10:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305269#M27767</guid>
      <dc:creator />
      <dc:date>2017-06-30T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305270#M27768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the limitation option in dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep it to Fixed 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sort your chart by year dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305270#M27768</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-06-30T11:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305271#M27769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This option is in Qlikview not in QlikSense....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is this option in Qlik Sense ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305271#M27769</guid>
      <dc:creator />
      <dc:date>2017-06-30T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305272#M27770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168717_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option is under dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305272#M27770</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-06-30T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305273#M27771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I am using below options .. my Data is showing wrongly... see below graph which is showing wrong values. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="A1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168719_A1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168720_2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2017 count should be 4277 not 2434 , Pls see my expression (above) as count is accumulating per year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305273#M27771</guid>
      <dc:creator />
      <dc:date>2017-06-30T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305274#M27772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;RangeSum(Below(Count({&amp;lt; EMP_HRIS = {"E"} &amp;gt;} [Emp Code]), 0, FYEAR)) - Count({&amp;lt;EMP_HRIS = {"L"}&amp;gt;} [Emp Code])&lt;SPAN style="color: #ff0000;"&gt;) * Avg({&amp;lt;Year = {"$(='&amp;lt;=' &amp;amp; (Max(FYEAR)-1) &amp;amp; '&amp;lt;=' &amp;amp; Max(FYEAR))"}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305274#M27772</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T13:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305275#M27773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are accumulating values from your business starting years, if you want to display latest 5, in your dimension you need to connsider all the years till 2013 as yr 2013, then the expression will give correct numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: if(&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR='2011' or &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR='2012' or &lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR='2013','2013',&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 13px;"&gt;FYEAR)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Calibri;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: Calibri;"&gt;Sadasiva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2017 07:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305275#M27773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-02T07:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305276#M27774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried in other way... Its working ...&lt;/P&gt;&lt;P&gt;=if(FYEAR&amp;lt;max(Total FYEAR-4),max(Total FYEAR-4),FYEAR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 12:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305276#M27774</guid>
      <dc:creator />
      <dc:date>2017-07-04T12:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305277#M27775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to restrict for 5 years with the below code ... but additionally its showing 2012 year which I dont want to show in my graph , How to hide or avoid 2012 in the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="New.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169106_New.JPG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=if(FYEAR&amp;lt;max(Total FYEAR-5),max(Total FYEAR-5),FYEAR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Existing :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;rangesum( above ( count({&amp;nbsp; &amp;lt; EMP_HRIS = {"E"} &amp;gt;} [Emp Code]), 1, FYEAR))&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;rangesum( below ( count({&amp;nbsp; &amp;lt; EMP_HRIS = {"L"} &amp;gt;} [Emp Code]), 0, FYEAR))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;rangesum( below( count({&amp;nbsp; &amp;lt; EMP_HRIS = {"LJ"} &amp;gt;} [Emp Code]), 0, FYEAR))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joiners:&lt;/P&gt;&lt;P&gt;(count({&amp;lt;EMP_HRIS = {"E"} &amp;gt;} [Emp Code] )&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;count({&amp;lt;EMP_HRIS = {"LJ"} &amp;gt;} [Emp Code] )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Leavers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if( FYEAR&amp;gt;=max(Total FYEAR-5),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;EMP_HRIS = {"L"} &amp;gt;} [Emp Code] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide any suggestions here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305277#M27775</guid>
      <dc:creator />
      <dc:date>2017-07-05T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305278#M27776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahi,&lt;/P&gt;&lt;P&gt;&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;=if(FYEAR&amp;lt;max(Total FYEAR-4),max(Total FYEAR-4),FYEAR),&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;This will remove 2012.&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;Regards,&lt;/SPAN&gt;&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;Sadasiva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305278#M27776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T07:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305279#M27777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same code working fine in Qlikview , &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikview.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169107_Qlikview.JPG" style="height: 258px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only one difference is did suppress null values in Qlikview. &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #222a35; font-size: 12.8px; font-family: arial, sans-serif; text-decoration: underline;"&gt; I dont find option " Suppress Null values " in Qlik Sense , the same did in Qlikview.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305279#M27777</guid>
      <dc:creator />
      <dc:date>2017-07-05T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense : How to restrict graph for 5 years</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305280#M27778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks siva , ITs working fine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-How-to-restrict-graph-for-5-years/m-p/1305280#M27778</guid>
      <dc:creator />
      <dc:date>2017-07-05T07:33:35Z</dc:date>
    </item>
  </channel>
</rss>

