<?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 How can I filter an object using data handling in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1000482#M14760</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;I have done quite some research on this but not found an adequate answer, yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple sum function for a KPI. On different Sheets, I use the same KPI but want to apply different filter.&lt;/P&gt;&lt;P&gt;The KPI is simply total revenue generated. &lt;/P&gt;&lt;P&gt;One one sheet, I want the full sum over all data.&lt;/P&gt;&lt;P&gt;On another sheet, I want to limit it to last month, only. I realize I can do this with measures, but I want to avoid duplicating a whole load of measures. I rather want to use the same measures and apply the condition in the "Add-Ons" -&amp;gt; "Data handling" -&amp;gt; "Calculation Condition". &lt;/P&gt;&lt;P&gt;I feel this should be possible, but I have not found a formula yet which filters accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, I have tried the following entries in that field (simplified to fixed month).&lt;/P&gt;&lt;P&gt;IF(month=8,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month=8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of this works so I am currently out of ideas. Can anyone help? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 21:02:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-05T21:02:42Z</dc:date>
    <item>
      <title>How can I filter an object using data handling</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1000482#M14760</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;I have done quite some research on this but not found an adequate answer, yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple sum function for a KPI. On different Sheets, I use the same KPI but want to apply different filter.&lt;/P&gt;&lt;P&gt;The KPI is simply total revenue generated. &lt;/P&gt;&lt;P&gt;One one sheet, I want the full sum over all data.&lt;/P&gt;&lt;P&gt;On another sheet, I want to limit it to last month, only. I realize I can do this with measures, but I want to avoid duplicating a whole load of measures. I rather want to use the same measures and apply the condition in the "Add-Ons" -&amp;gt; "Data handling" -&amp;gt; "Calculation Condition". &lt;/P&gt;&lt;P&gt;I feel this should be possible, but I have not found a formula yet which filters accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, I have tried the following entries in that field (simplified to fixed month).&lt;/P&gt;&lt;P&gt;IF(month=8,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month=8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of this works so I am currently out of ideas. Can anyone help? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 21:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1000482#M14760</guid>
      <dc:creator />
      <dc:date>2015-10-05T21:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I filter an object using data handling</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1000483#M14761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The calculation condition is a boolean condition to render the object or not, not a filter for the rows to be included in the KPI aggregation unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only element that can provide a filter on the KPI is the measure itself (as you say) or the selection state on the app as a whole. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 02:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1000483#M14761</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-10-06T02:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I filter an object using data handling</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1669094#M50527</link>
      <description>&lt;P&gt;Hi there, i use a line in the&amp;nbsp; "Expression" box&amp;nbsp; on the "Measures" at the right of the edit screen.&lt;/P&gt;&lt;P&gt;Usually says&lt;/P&gt;&lt;P&gt;sum(field)&lt;/P&gt;&lt;P&gt;but i use:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;month-={'june'}&amp;gt;} month)&lt;/P&gt;&lt;P&gt;where month is the field&lt;/P&gt;&lt;P&gt;june is the subject of the field&lt;/P&gt;&lt;P&gt;-= means distinct&lt;/P&gt;&lt;P&gt;This will sum every "month" on month, except the "july" month.&lt;/P&gt;&lt;P&gt;I hope it is usefull&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-an-object-using-data-handling/m-p/1669094#M50527</guid>
      <dc:creator>rortiz</dc:creator>
      <dc:date>2020-01-24T18:47:01Z</dc:date>
    </item>
  </channel>
</rss>

