<?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 Filter in Qlik Sense App in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351761#M30163</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;For example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year = {$(=max(Year))},YearMonth = {"&amp;lt;=$(=max(YearMonth))"},Date={"&amp;gt;=$(=vMinYearDate) &amp;lt;=$(vMaxYearDate)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this expression to show This year numbers and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year = {$(=max(Year)-1)}, YearMonth = {"&amp;lt;=$(vLYYearMonth)"},Date={"&amp;gt;=$(=vMinLYearDate) &amp;lt;=$(vPreviousYeardate)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this one to show last year YTD numbers . These expressions will show the numbers till today from the begining of the year and last year begining to same date last year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise you can put the Current Quarter in the set so that you can see only current quarter numbers by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sadasiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2017 05:04:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-12T05:04:58Z</dc:date>
    <item>
      <title>Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351756#M30158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pals,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe its a very standard requirement however, I have not come across a solution and hence the ask.&lt;/P&gt;&lt;P&gt;Can you suggest ways to define a default filter that can be applied as soon as the users open the App?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter requirement is for 'Current Fiscal Quarter' and we need it to be applied on the existing Quarter filter w/o the users requiring to select it manually. A solution without the use of an extension will be much appreciated as we are already using a variable extension for other LOB selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 22:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351756#M30158</guid>
      <dc:creator>AlipNath</dc:creator>
      <dc:date>2017-07-07T22:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351757#M30159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;As far as I know the standard client does not support this.You could achieve this in single, by using the select parameter:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/single-integration-api.htm" style="font-size: 10pt;" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/single-integration-api.htm"&gt;Single Integration API ‒ Qlik Sense&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 05:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351757#M30159</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-07-10T05:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351758#M30160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I just realized you can do this with App integration API too:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/app-integration-api.htm" style="font-size: 10pt;" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/app-integration-api.htm"&gt;App Integration API ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That it, you need to give your users a URL with the default selection included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 05:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351758#M30160</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-07-10T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351759#M30161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing you can do is as we maintained YTD numbers in the dashboard, insted you can give current quarter numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 05:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351759#M30161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-10T05:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351760#M30162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sada - Could you elaborate further on the suggestion? An example would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351760#M30162</guid>
      <dc:creator>AlipNath</dc:creator>
      <dc:date>2017-07-11T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351761#M30163</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;For example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year = {$(=max(Year))},YearMonth = {"&amp;lt;=$(=max(YearMonth))"},Date={"&amp;gt;=$(=vMinYearDate) &amp;lt;=$(vMaxYearDate)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this expression to show This year numbers and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year = {$(=max(Year)-1)}, YearMonth = {"&amp;lt;=$(vLYYearMonth)"},Date={"&amp;gt;=$(=vMinLYearDate) &amp;lt;=$(vPreviousYeardate)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this one to show last year YTD numbers . These expressions will show the numbers till today from the begining of the year and last year begining to same date last year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise you can put the Current Quarter in the set so that you can see only current quarter numbers by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sadasiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 05:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351761#M30163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T05:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351762#M30164</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;Did you tried this, any luck?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sadasiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 07:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351762#M30164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-13T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Default Filter in Qlik Sense App</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351763#M30165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sadasiva for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps, the problem in the description is unclear. The challenge is not related to defaulting the KPI by current quarter but having the Current Quarter value applied by default in the Filter object for Quarters in the App.&lt;/P&gt;&lt;P&gt;This is required so that the App data can be filtered by current quarter when a user opens the App for the first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 17:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Filter-in-Qlik-Sense-App/m-p/1351763#M30165</guid>
      <dc:creator>AlipNath</dc:creator>
      <dc:date>2017-07-14T17:28:13Z</dc:date>
    </item>
  </channel>
</rss>

