<?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: Restricting Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570826#M41617</link>
    <description>&lt;P&gt;Check this,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year-={"&amp;lt;2017"}&amp;gt;}Revenue)&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 07:23:18 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2019-04-18T07:23:18Z</dc:date>
    <item>
      <title>Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570419#M41591</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm Having Data from APR-2016 to Till date.I created a Filter for MonthYear.&lt;/P&gt;&lt;P&gt;I'm showing Rolling 12 Months Data.But I want data from 2017 to Till data.&lt;/P&gt;&lt;P&gt;How to restrict 2016?&lt;/P&gt;&lt;P&gt;Your Suggestions Appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nani&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570419#M41591</guid>
      <dc:creator>naveen409</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570429#M41592</link>
      <description>Hi Naveen,&lt;BR /&gt;Create a variable and restrict the data from 2017 to Till Date.</description>
      <pubDate>Wed, 17 Apr 2019 10:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570429#M41592</guid>
      <dc:creator>gayathri_nagara</dc:creator>
      <dc:date>2019-04-17T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570439#M41593</link>
      <description>Use set analysis in the expression to exclude the year.</description>
      <pubDate>Wed, 17 Apr 2019 10:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570439#M41593</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-04-17T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570449#M41594</link>
      <description>Can You give me some Idea about this?</description>
      <pubDate>Wed, 17 Apr 2019 11:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570449#M41594</guid>
      <dc:creator>naveen409</dc:creator>
      <dc:date>2019-04-17T11:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570450#M41595</link>
      <description>If you wan to restrict data in script then:&lt;BR /&gt;Put where condition like this,&lt;BR /&gt;Where Year(Date)&amp;gt;2017;&lt;BR /&gt;&lt;BR /&gt;If in UI Level means,&lt;BR /&gt;Sum({&amp;lt;Date={"&amp;gt;31-12-2017"}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 11:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570450#M41595</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2019-04-17T11:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570453#M41596</link>
      <description>&lt;P&gt;Is there any approach?&lt;BR /&gt;&lt;BR /&gt;Actually I tried the below&lt;BR /&gt;Ex : Sum({1&amp;lt;Year={"&amp;gt;2016"}&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 11:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570453#M41596</guid>
      <dc:creator>naveen409</dc:creator>
      <dc:date>2019-04-17T11:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570460#M41597</link>
      <description>Yes HarishV,&lt;BR /&gt;If I did the set analysis, I can't Select any other Values from the filter. That approach is Static Not Dynamic.&lt;BR /&gt;&lt;BR /&gt;If I will be Selecting APR-2018 It has to Show up to May-2017&lt;BR /&gt;In the same manner if I Will be Selecting APR-2017 it will be Show May-2016 Correct. Rolling 12 Months.&lt;BR /&gt;&lt;BR /&gt;In the Rolling 12 Months I don't want to see 2016 data. Hope you understand the requirement.&lt;BR /&gt;&lt;BR /&gt;Thanks for the Reply</description>
      <pubDate>Wed, 17 Apr 2019 11:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570460#M41597</guid>
      <dc:creator>naveen409</dc:creator>
      <dc:date>2019-04-17T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Values</title>
      <link>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570826#M41617</link>
      <description>&lt;P&gt;Check this,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year-={"&amp;lt;2017"}&amp;gt;}Revenue)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 07:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Restricting-Values/m-p/1570826#M41617</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2019-04-18T07:23:18Z</dc:date>
    </item>
  </channel>
</rss>

