<?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 Development in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Development/m-p/1918744#M75550</link>
    <description>&lt;P&gt;&lt;SPAN&gt;how to see only 2 years of data out of 10 years in qlik dashboards?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 18:52:55 GMT</pubDate>
    <dc:creator>badamsrinivas</dc:creator>
    <dc:date>2022-04-14T18:52:55Z</dc:date>
    <item>
      <title>Development</title>
      <link>https://community.qlik.com/t5/App-Development/Development/m-p/1918744#M75550</link>
      <description>&lt;P&gt;&lt;SPAN&gt;how to see only 2 years of data out of 10 years in qlik dashboards?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 18:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Development/m-p/1918744#M75550</guid>
      <dc:creator>badamsrinivas</dc:creator>
      <dc:date>2022-04-14T18:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Development</title>
      <link>https://community.qlik.com/t5/App-Development/Development/m-p/1918791#M75553</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to restrict the data in script part.&lt;/P&gt;
&lt;P&gt;Create the calendar for 2 years.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And in the fact table , you can use exists() function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load * from factTable where exists(Date);&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Load * from factTable where Year(Date)&amp;gt;=Year(Today())-2;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 00:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Development/m-p/1918791#M75553</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-04-15T00:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Development</title>
      <link>https://community.qlik.com/t5/App-Development/Development/m-p/1919030#M75572</link>
      <description>&lt;P&gt;Tq somuch for prompt reply,&lt;/P&gt;
&lt;P&gt;1 more Query, if i would like to restrict same 2years data at front end(dashboard) level , what expression or function do i need to use??&lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2022 05:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Development/m-p/1919030#M75572</guid>
      <dc:creator>badamsrinivas</dc:creator>
      <dc:date>2022-04-16T05:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Development</title>
      <link>https://community.qlik.com/t5/App-Development/Development/m-p/1919036#M75575</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;Year={"&amp;gt;=$(=Year(Today()-1))"}&amp;gt;}urexpression)&lt;/P&gt;
&lt;P&gt;Chart or KPI will give past and current year info.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2022 07:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Development/m-p/1919036#M75575</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-04-16T07:07:39Z</dc:date>
    </item>
  </channel>
</rss>

